Hello,
I was trying to setup L5-dev. But "php artisan serve" throws following error:
Laravel development server started on http://localhost:8000
[Wed Oct 22 19:50:58 2014] PHP Warning: require(/var/www/app.dev/bootstrap/paths.php): failed to open stream: No such file or directory in /var/www/app.dev/server.php on line 7
[Wed Oct 22 19:50:58 2014] PHP Fatal error: require(): Failed opening required '/var/www/app.dev/bootstrap/paths.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/app.dev/server.php on line 7
[Wed Oct 22 19:50:59 2014] PHP Warning: require(/var/www/app.dev/bootstrap/paths.php): failed to open stream: No such file or directory in /var/www/app.dev/server.php on line 7
[Wed Oct 22 19:50:59 2014] PHP Fatal error: require(): Failed opening required '/var/www/app.dev/bootstrap/paths.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/app.dev/server.php on line 7
This does actually look more like an issue for the laravel issue tracker on GitHub (https://github.com/laravel/framework/issues) ;)
There was a small discussion on the missing paths.php file on the other forums, https://laracasts.com/discuss/channels/general-discussion/laravel-5-pathsphp-missing
It references a github where the paths.php file was removed, nothing about fixing it. A issue ticket might be a good idea since the other post is talking about phpunit not artisan.
No ETA on the Fix. Dev branch sure feels like one.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community