php - Cannot start artisan serve in laravel 5 -


i using laravel 5, when try start server from

php artisan serve 

i following error :

[symfony\component\debug\exception\fatalerrorexception] app\providers\routeserviceprovider::app\providers{closure}(): failed opening required 'd:\test\app\app\http/routes.php' (include_path='.;c:\xampp\php\pear')

i tried composer dump-autoload, successfull, when

composer update 

i same error.

how resolve it?

routes.php never in app\http, in someother dir. moving belongs fixed issue


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -