InfyOmLabs / laravel-generator

API and Admin Panel CRUD Generator for Laravel.
https://www.infyom.com/open-source
MIT License
3.79k stars 812 forks source link

Command don't execute php artisan infyom:publish #429

Closed fsaires closed 7 years ago

fsaires commented 7 years ago

When i typing php artisan infyom:publish

I receive this error:

[Symfony\Component\Console\Exception\CommandNotFoundException] There are no commands defined in the "infyom" namespace.

Anyone can help me?

I use laravel 5.4

cenoura commented 7 years ago

Did you update your composer.jsonto 5.4.x-dev? Did you registered the ServiceProvider in your config/app.php file? Just executed the command here and everything is ok.

mitulgolakiya commented 7 years ago

@fsaires have you gone through the proper steps to install generator with laravel 5.4?

tranghaviet commented 7 years ago

run `php artisan config:clear' Everytime you modify config files you must run above command to make everything work.

falaFulani commented 5 years ago

After running php artisan infyom:publish. I get "There are no commands defined in the "infyom" namespace. Kindly help out

sorry I was using laravel 5.8.

sarjandesai commented 5 years ago

i am trying to install it on Laravel 5.4 and i have followed all the depicted steps @ http://labs.infyom.com/laravelgenerator/docs/6.0/installation ' Only changes i made is to version from 6.0.x to 5.4.x .

"laravelcollective/html": "^5.4.0", "infyomlabs/laravel-generator": "5.4.x-dev", "infyomlabs/adminlte-templates": "5.4.x-dev"

Still getting " There are no commands defined in the "infyom" namespace."

Any suggestions?

mitulgolakiya commented 5 years ago

@sarjandesai you are following 6.0 docs for 5.4 installations. Try to follow these steps: http://labs.infyom.com/laravelgenerator/docs/5.4/installation

And BTW, 5.4 is deprecated and no longer supported.