laravel-console icon indicating copy to clipboard operation
laravel-console copied to clipboard

NotFoundHttpException

Open cmarfil opened this issue 10 years ago • 6 comments

I have NotFoundHttpException on /console with https://github.com/andrewelkins/Laravel-4-Bootstrap-Starter-Site

cmarfil avatar Sep 26 '14 17:09 cmarfil

No idea, I have no experience with that bootstrap. I guess investigate? :)

darsain avatar Sep 27 '14 09:09 darsain

@cmarfil are you using homestead?

kentliau avatar Oct 17 '14 04:10 kentliau

no, I'm not using it, you have the same problem?

cmarfil avatar Oct 17 '14 06:10 cmarfil

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.

lsowen avatar Oct 22 '14 00:10 lsowen

@kentliau How can you get it working with homestead? I am getting this error and yes I beleive because of homestead

newtonianb avatar Jan 14 '15 09:01 newtonianb

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 

newtonianb avatar Jan 14 '15 09:01 newtonianb