namespace problems uncaught
zachleigh opened this issue · 1 comments
zachleigh commented
After running console:generate
, I get the following error:
PHP Fatal error: Uncaught Error: Class 'App\Console\Kernel' not found
The root namespace in the project is not App. Should have a root namespace setting to allow for better namespace guessing.
zachleigh commented
Fixed in v1.01