Your IP : 216.73.216.79


Current Path : /var/www/html/dyna-laravel.blunetdev.com/config/
Upload File :
Current File : /var/www/html/dyna-laravel.blunetdev.com/config/environment.php

<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Default Application Environment
    |--------------------------------------------------------------------------
    |
    | This value determines the "environment" your application is currently
    | running in. This may determine how you prefer to configure various
    | services your application utilizes. Set this in your ".env" file.
    |
    */

    'default' => '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',

    ],

];