A
Size: a a a
A
ИГ
A
PL
PL
PL
S
PL
v
A
v
A
PL
Ч
IC
IC
ВД
Config::set('database.connections.runtime_connection', array(
'driver' => 'mysql',
'host' => 'localhost',
'port' => 3306,
'database' => '*****',
'username' => '*****',
'password' => '*****',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
));
DB::connection('runtime_connection')->table('***')->...
A
A
A