Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vendor/autoload.php not found #85

Open
rickysut opened this issue Jan 9, 2022 · 2 comments
Open

vendor/autoload.php not found #85

rickysut opened this issue Jan 9, 2022 · 2 comments

Comments

@rickysut
Copy link

rickysut commented Jan 9, 2022

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

@nielsdrost7
Copy link

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

@whitersun
Copy link

whitersun commented Jan 7, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants