لم أفهم جيدا كيف يتم ذلك وليس عندي أي تصور عليه من قبل ’ أرجوا مساعدتي في فهم مايجري
عند تنفيد الأمر
You need to run the schedules all time with the help of cronjob. Command : php artisan schedule:run
So add a cronjob to run schedules and the schedule:run Artisan command will evaluate all of your scheduled tasks and determine if they need to run based on the server's current time.
* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
مع التغيير الى المجلد الرئيسي للبرنامج :
cd public_html && php artisan schedule:run >> /dev/null 2>&1
بحيث يصبح من الشكل :
هل هذا يعني أنه تم تنفيد الأمر ؟
لكن عندما اذهب من لوحة التحكم الى cron jobs لا أجد أي جدولة تمت إضافتها ؟؟
السؤال
ابراهيم الخليل سماني
السلام عليكم
لم أفهم جيدا كيف يتم ذلك وليس عندي أي تصور عليه من قبل ’ أرجوا مساعدتي في فهم مايجري
عند تنفيد الأمر
You need to run the schedules all time with the help of cronjob. Command : php artisan schedule:run So add a cronjob to run schedules and the schedule:run Artisan command will evaluate all of your scheduled tasks and determine if they need to run based on the server's current time. * * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
مع التغيير الى المجلد الرئيسي للبرنامج :
cd public_html && php artisan schedule:run >> /dev/null 2>&1
بحيث يصبح من الشكل :
هل هذا يعني أنه تم تنفيد الأمر ؟
لكن عندما اذهب من لوحة التحكم الى cron jobs لا أجد أي جدولة تمت إضافتها ؟؟
توضيح العنوان
1 جواب على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.