Closed JustinWebDev closed 1 year ago
Look like composer create-project php-kchat/kchat
was not successful.
delete and try again installing
or just delete vendor
folder and composer.lock
file and run composer install
Well, I can't delete the vendor folder because the problem is the vendor folder is missing.
I started over and used composer install. Thanks.
To help us resolve your issue more quickly, please use the following template:
Version Info
latest
8.1
8
?
Mint 21
Expected Behavior
key generation works
Actual Behavior
key generation fails with /kchat/vendor/autoload.php - no such file in /kchat/artisan on line 18 vendor folder does not exist
Steps to Reproduce
install with: composer create-project php-kchat/kchat edit .env file run: php artisan key:generate
Error Log