Installation Finished

SQLSTATE[HY000] [1045] Access denied for user 'test'@'127.0.0.1' (using password: YES) (SQL: select * from information_schema.tables where table_schema = test and table_name = migrations and table_type = 'BASE TABLE')

Open Documentation and Copy Default Login Details.

Application Console Output:


   INFO  Application key set successfully.  

Installation Log Entry:

Your App successfully INSTALLED on 2026/01/25 02:53:20pm

Final .env File:


APP_NAME='Smart FSM SaaS'
APP_ENV=local
APP_KEY=base64:u2jWvVbxD2urNqHdcf3YZ4+CJFy1Ozq5Ka0QmSoSzJk=
APP_DEBUG=false
APP_LOG_LEVEL=debug
APP_URL=http://localhost

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=test
DB_USERNAME=test
DB_PASSWORD=test

BROADCAST_DRIVER=log
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=