Executor هي حزمة تسمح لك بتنفيذ الأوامر والإجراءات والوظائف والمهام التلقائية على خادم الإنتاج الخاص بك.
إنشاء فئة تنفيذ جديدة في دليل executors.
1php artisan execute:make name2php artisan execute:make name --once3php artisan execute:make name --once --tag="something"
تشغيل الـ executors.
1php artisan execute2php artisan execute --tag="something"
تشغيل الـ executors.
1php artisan execute:rollback2php artisan execute:rollback --steps=7
إلغاء تنفيذ الـ executors بناءً على الدفعة.
1php artisan execute:fresh
عرض جدول حالة الـ executors.
1php artisan execute:status