nasyrov / laravel-enums

Laravel package for Enum implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php artisan make:enum throws an error

GDHub opened this issue · comments

I get this error after installing the plugin and adding it to my Laravel 5.4 project:

[Symfony\Component\Console\Exception\CommandNotFoundException]
Command "make:enum" is not defined.

Did you mean one of these?
make:auth
make:command
make:controller
make:event
make:job
make:listener
make:mail
make:middleware
make:migration
make:model
make:notification
make:policy
make:provider
make:request
make:seeder
make:test

@GDHub I know it might be a late response, but have you tried to update? I've released couple updates.