class CommandBuilder (View source)
string | buildCommand(Event $event) Build the command for the given event. | |
string | buildForegroundCommand(Event $event) Build the command for running the event in the foreground. | |
string | buildBackgroundCommand(Event $event) Build the command for running the event in the background. | |
string | ensureCorrectUser(Event $event, string $command) Finalize the event's command syntax with the correct user. |
Build the command for the given event.
Build the command for running the event in the foreground.
Build the command for running the event in the background.
Finalize the event's command syntax with the correct user.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Console/Scheduling/CommandBuilder.html