mshossain110 / LaravelDrive

Private file storage and share with user build with laravel and vue inspired by google drive
http://laraveldrive.decoderlab.com
MIT License
80 stars 32 forks source link

fix problem with install #14

Open ghost opened 3 years ago

ghost commented 3 years ago

Screenshot_20210221_191618

ghost commented 3 years ago

What can be the solution?

thanks

mshossain110 commented 3 years ago

It seems that your database connection is not correct. can you please check your database connection?

ghost commented 3 years ago

the connection is correct


DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=drive
DB_USERNAME=root
DB_PASSWORD=hornela21

nothing strange and this is rare.