Niranjan

Results 2 comments of Niranjan

@gkjangid can you show the content of your **database.php** file in the **config** folder?

Update your database.php file to this: ``` 'mysql' => [ 'driver' => 'mysql', 'host' => env('DB_HOST', '127.0.0.1'), 'port' => env('DB_PORT', '3306'), 'database' => env('DB_DATABASE', 'forge'), 'username' => env('DB_USERNAME', 'forge'), 'password'...