diff --git a/config/environment.php b/config/environment.php new file mode 100644 index 000000000..bbd93ff20 --- /dev/null +++ b/config/environment.php @@ -0,0 +1,35 @@ + 'production', + + /* + |-------------------------------------------------------------------------- + | 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', + + ], + +];