coreui / coreui-free-laravel-admin-template

CoreUI Free Laravel Bootstrap Admin Template
https://coreui.io/laravel/
MIT License
621 stars 354 forks source link

vendor/autoload.php not found #85

Open rickysut opened 2 years ago

rickysut commented 2 years ago

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

nielsdrost7 commented 2 years ago

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

whitersun commented 1 year ago

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.