Closed 3runoDesign closed 8 years ago
yea this bug is ooooold.. I reported it like 6 months ago on the previous project. I hope it will be fixed along with #70 as it is kind of related.
After changing namespace of your application, are you updating your namespaces in config/infyom/laravel_config.php
? It's documented over here: http://labs.infyom.com/laravelgenerator/docs/advanced/config-file#namespaces
Doesn't work! @mitulgolakiya does not find the file: https://github.com/InfyOmLabs/laravel-generator/blob/master/src/Controller/AppBaseController.php#L5
@3runoDesign ok, will fix it.
resolved in latest version.
When you change the application name using
php artisan app:name
, occurs exception. Because it can not find the controller.