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
Post a Comment