php-kchat / kchat

PHP Based Live Chat Aplication
https://github.com/php-kchat/kchat
148 stars 48 forks source link

install issue - key generation fails #28

Closed JustinWebDev closed 1 year ago

JustinWebDev commented 1 year ago

To help us resolve your issue more quickly, please use the following template:

Version Info

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

GaneshKandu commented 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

JustinWebDev commented 1 year ago

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.