lundi 17 février 2020

How i can run command by run schedule and by button also?

I have created commands in kernel.php which is running twiceDaily() . I also want to attach it with button so i can run this command by clicking on that button. When i click on on button it should run at that moment.

Currently , i have just created twiceDaily command i need better way to implement button idea.

kernel.php

    protected function schedule(Schedule $schedule)
    {


        $schedule->job(new \App\Jobs\ResendAttachment)->twiceDaily(1, 13);


    }

I want to run command by cron job on server and by button also



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2u7uVDD
via IFTTT

Aucun commentaire:

Enregistrer un commentaire