Installation Finished

SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: mysql, SQL: select * from information_schema.tables where table_schema = and table_name = migrations and table_type = 'BASE TABLE')

Application Console Output:


   INFO  Application key set successfully.  

Installation Log Entry:

Laravel Installer successfully INSTALLED on 2025/12/18 07:39:22am

Final .env File:

APP_NAME=TrainEasy
APP_ENV=local
APP_KEY=base64:hCxqF9oabZtB5iyNd3YvZAbsKstMNkHd+IeGq2pHO4w=
APP_DEBUG=false
APP_URL=http://localhost
CREDITS=true
APP_AUTHOR=Intermatics
APP_AUTHOR_URL=https://intermaticsng.com

LOG_CHANNEL=stack

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=root
DB_PASSWORD=
LAMINAS_DRIVER=Pdo_Mysql

BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_MAILER=sendmail
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME="${APP_NAME}"

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1

MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

MAX_UPLOAD_SIZE=209715200
ALLOWED_FILES=jpeg,png,gif,pdf,doc,docx,ppt,pptx,zip,mp3,mp4
UPLOAD_PATH=uploads

FF_MPEG=""
FF_PROBE=""