'development', /* |-------------------------------------------------------------------------- | Environment Multitenancy |-------------------------------------------------------------------------- | | You may specify a different environment according to the hostname that | is provided with the HTTP request. This is useful if you want to use | different configuration, such as database and theme, per hostname. | */ 'hosts' => [ 'localhost' => 'dev', ], ];