kEpEx / laravel-crud-generator

php artisan command to generate fully working crud with grid paginated server side only by having database tables
MIT License
99 stars 44 forks source link

Class 'CrudGenerator\CrudGeneratorServiceProvider' not found #16

Open christoferw opened 6 years ago

christoferw commented 6 years ago

i am getting this error:

Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR) Class 'CrudGenerator\CrudGeneratorServiceProvider' not found

in config/app.php i have added it like this: ... CrudGenerator\CrudGeneratorServiceProvider::class, ... the vendor folder and the class itself is available

kEpEx commented 6 years ago

Can you share the version of laravel you are using?

eddy-dv commented 5 years ago

I am using Laravel 5.8, hoe to create menus with this Package?