laravel-console
laravel-console copied to clipboard
NotFoundHttpException
I have NotFoundHttpException on /console with https://github.com/andrewelkins/Laravel-4-Bootstrap-Starter-Site
No idea, I have no experience with that bootstrap. I guess investigate? :)
@cmarfil are you using homestead?
no, I'm not using it, you have the same problem?
I think I was having the same issue. Are you trying to access the console not from the localhost? If so, take a look at the filter and whitelist options in config.php.
@kentliau How can you get it working with homestead? I am getting this error and yes I beleive because of homestead
I removed the 'before' filter in vendor/darsain/laravel-console/src/routes.php
and now the console page loads but when I run a command I get that error again
vendor/laravel/framework/src/Illuminate/Foundation/Application.php
Line 909