Question
Laravel 4 Error After install composer its says
Hello there , I uploading my laravel 4 app and install composer too but when I do php artisan migrate:install its says:
PHP Warning: require(/var/www/bootstrap/../vendor/autoload.php): failed to open
stream: No such file or directory in /var/www/bootstrap/autoload.php on line 17
PHP Fatal error: require(): Failed opening required ’/var/www/bootstrap/../vend
or/autoload.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /var/www/b
ootstrap/autoload.php on line 17
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×