Artisan::command(
? ? 'down_ticket_card',
? ? function () {
? ? ? ? $linux = "zip -jr /ticket_card_v1.zip /ticket_card/";
? ? ? ? `$linux`;
? ? ? ? echo "done";
? ? }
)->describe('打包下載');
Artisan::command(
? ? 'down_ticket_card',
? ? function () {
? ? ? ? $linux = "zip -jr /ticket_card_v1.zip /ticket_card/";
? ? ? ? `$linux`;
? ? ? ? echo "done";
? ? }
)->describe('打包下載');