AS
Size: a a a
AS
P
A
Route::get('deploy', function () {
$commands = [
'migrate --force',
'optimize:clear',
];
$result = [];
foreach ($commands as $command) {
$result[] = [
'command' => $command,
'exit-code' => Artisan::call($command),
'output' => Artisan::output(),
];
}
return $result;
});
ВБ
A
ВБ
ВБ
mБ
ВБ
mБ
mБ
A
ВБ
AS
P
A
ВБ
ВБ
P
mБ