lundi 19 octobre 2015

Where does the command output get written in laravel?

I want to know where the output of laravel scheduled command is written when it gets executed

protected function schedule(Schedule $schedule)
{
    $schedule->command('inspire')
             ->hourly();
}



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire