Running the Task in the Background | Laravel Task Scheduler: An Introduction
…le the command to run in the background. 8 $ schedule -> command ( ' command:name --options ' ) 9 -> daily ( ) 10 -> runInBackground ( ) ; 11 } 12 13 // ... This method changes a public property named $runInBackground . This property can be...