php - homestead can't acces views -


i have issue homestead can't access of views instead tells me notfoundhttpexception in routecollection.php line 145: (this new project) . when try accessing old laravel project made works fine when create new project throws me error. have tested php artisan serve , try accessing on localhost:8000 , works without problems. why homestead have problems?

notfoundhttpexception thrown when there no matching route found.

seeing how it's working fine using artisan serve think should have wether 'app' setup in homestead configuration.

you can find more info on here: https://laravel.com/docs/5.2/homestead#adding-additional-sites


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -