خرید بک لینک

Vote count: 0

after laravel is deployed to a server. Somehow even I configured root/config/database.php

    'mysql' => [
        'driver' => 'mysql',
        'host' => env('DB_HOST', 'localhost'),
        'port' => env('DB_PORT', '3306'),
        'database' => env('DB_DATABASE', 'changed to my db name'),
        'username' => env('DB_USERNAME', 'changed username'),
        'password' => env('DB_PASSWORD', 'changed password'),
        'charset' => 'utf8',
        'collation' => 'utf8_unicode_ci',
        'prefix' => '',
        'strict' => true,
        'engine' => null,
    ],

I changed the three fields above. Shouldn't that the only config need to be done in order to setup the database in production?

Is there anything that I am missing about laravel 5.3?

asked 51 secs ago

برچسب: where to configure root guard,where to configure dns in linux,where to configure automapper,where to configure maven repository,where to configure tomcat port,where to configure dns,where to configure virtual host in apache,where to configure nat,where to configure dhcp snooping,where to configure nginx, نویسنده: استخدام کار تاريخ: جمعه 7 آبان 1395 ساعت: 0:54

صفحه بندی