PHP Artisan PHP Aviso
composer install --ignore-platform-reqs
Xenophobic Xenomorph
composer install --ignore-platform-reqs
The error is due to missing vendor folder.
You just need to run `composer install` in the project directory which will
create a folder named vendor which will have all composer libraries and
`autoload.php` file.