coreui-free-laravel-admin-template icon indicating copy to clipboard operation
coreui-free-laravel-admin-template copied to clipboard

vendor/autoload.php not found

Open rickysut opened this issue 3 years ago • 2 comments

PHP Warning: require(/vendor/autoload.php): failed to open stream: No such file or directory in /artisan on line 18

rickysut avatar Jan 09 '22 13:01 rickysut

Did you do composer install after cloning this repository? Then the vendor directory should exist After that ... check if /vendor/autoload.php exists

nielsdrost7 avatar Jan 14 '22 07:01 nielsdrost7

Becarefull about the php version. Because current this project using php version 7, if you are using 8. After clone you need to delete composer.lock file and edit the version ^7.3|^8.0 inside the composer.json, then composer install again.

whitersun avatar Jan 07 '23 01:01 whitersun