Laravel Schedular | How to setup laravel Cron Job | Laravel 8 | Laravel Tutorial | Learning Points

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

ความคิดเห็น • 10

  • @ekpotosammuel6868
    @ekpotosammuel6868 ปีที่แล้ว +1

    Best explanation so far about cron job 🎉 thanks for this tutorial

  • @wawingiantonio8138
    @wawingiantonio8138 ปีที่แล้ว +1

    Thanks for nice explanation... How can i run it at my cPanel ?

  • @damilareemmanuel7063
    @damilareemmanuel7063 2 ปีที่แล้ว +2

    Nice Tutorial.... I sincerely appreciate your effort....

  • @devendranaik8482
    @devendranaik8482 2 ปีที่แล้ว +1

    13:46
    Is it the output file path after ">>" in the Scheduler command?

    • @LearningPointsCourses
      @LearningPointsCourses  2 ปีที่แล้ว +1

      No. After >> you can set log file, to see log of the cron.
      'path of your project' && 'your artisan command' >> 'log file path'

  • @zainraza2743
    @zainraza2743 2 ปีที่แล้ว +1

    crontab : The term 'crontab' is not recognized as the name of a cmdlet,
    function, script file, or operable program. Check the spelling of the name, or
    if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + crontab -e
    + ~~~~~~~
    + CategoryInfo : ObjectNotFound: (crontab:String) [], CommandNotF
    oundException
    + FullyQualifiedErrorId : CommandNotFoundException