I have a problem with deploying laravel into my Nginx. I deployed my laravel app thru github.com
but when I execute php artisan config:cache
or php artisan make:auth
This is the error I get:
PHP Warning: require(/var/www/gafsolutions.com/html/laravel/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/gafsolutions.com/html/laravel/artisan on line 18 PHP Fatal error: require(): Failed opening required '/var/www/gafsolutions.com/html/laravel/vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/gafsolutions.com/html/laravel/artisan on line 18
composer install
on the server? – tkausl