'/', /* |-------------------------------------------------------------------------- | Database Connection |-------------------------------------------------------------------------- | | Your database connection information. | */ 'database' => array( 'host' => 'localhost', 'database' => 'feather', 'username' => 'root', 'password' => '', 'prefix' => '', 'charset' => 'utf8', 'collation' => 'utf8_general_ci', 'driver' => 'mysql' ), /* |-------------------------------------------------------------------------- | Feather Providers |-------------------------------------------------------------------------- | | These are the service providers used by some of the Feather components. | You shouldn't need to change anything down there. | */ 'providers' => array( 'Feather\Extensions\ExtensionServiceProvider', 'Feather\Presenter\PresenterServiceProvider', ) );