PHP Warning: require(/home/sree/Dev/Websites/PHP/blog/vendor/autoload.php): failed to open stream: No such file or directory in /home/sree/Dev/Websites/PHP/blog/artisan on line 18 PHP Fatal error: require(): Failed opening required '/home/sree/Dev/Websites/PHP/blog/vendor/autoload.php' (include_path='.:/usr/share/php') in /home/sree/Dev/Websites/PHP/blog/artisan on line 18
you need to run composer install / update so the autoload file will get generated :)
Prasad Chinwal
Laravel developer @ University of Illinois
If it doesn't work with
composer installtry running this
composer dump-autoloadand it should work.