-
-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Labels
Description
Environment:
- Laravel-Code-Generator Version: 2.2.#
- Laravel Version: 5.6.#
Description:
I got a
ReflectionException : Class App\Http\Kernel does not exist
when the command try to create a controller.
It's because i don't use the namespace App.
Steps/Commands To Reproduce:
Install laravel
change app name with
php artisan app:name
install laravel-code-benerator
try the basic generation example