laravel-api-generator
laravel-api-generator copied to clipboard
Application Namespace Error
I received the followinr error trying to generate a new API and scaffold:
php artisan mitul.generator:scaffold Avaliacao
[RuntimeException]
Unable to detect application namespace.
What's wrong in this case?
Can you share some more insights about your project ?Actually Laravel is not able to detect your application namespace.
Are you using normal Laravel app or with some tweaks ?
@willycornelissen you can create send us a pull request with the code to reproduce the bug ? Then we can address accordingly