database.php
<?php // Specify just the params you need to change from default. // 'path' is required. 'host' => 'localhost', 'port' => '3306', 'username' => 'root', 'password' => '', 'path' => '', );
<?php // Specify just the params you need to change from default. // 'path' is required. 'host' => 'localhost', 'port' => '3306', 'username' => 'root', 'password' => '', 'path' => '', );