I have installed Laravel and the requirements need as I would like to use it for my dissertation ideally.
I seem to be having this issue when trying to run any commands in regards to this, and this error is always shown no matter what.
PHP Warning: require(/var/www/assignment/bootstrap/../vendor/autoload.php): failed
to open stream: No such file or directory in /var/www/assignment/bootstrap/autoload.php on line 17 PHP Stack trace: PHP 1. {main}() /var/www/assignment/artisan:0 PHP 2. require() /var/www/assignment/artisan:16 PHP Fatal error: require(): Failed opening required '/var/www/assignment/bootstrap/../vendor/autoload.php' (include_path='.:/usr/share/php') in /var/www/assignment/bootstrap/autoload.php on line 17 PHP Stack trace: PHP 1. {main}() /var/www/assignment/artisan:0 PHP 2. require() /var/www/assignment/artisan:16
Sorry if formatting is not correct there.