Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 39 additions & 15 deletions docs/recipe/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,120 +428,144 @@ Publish all of the Horizon resources.



### artisan\:horizon\:supervisors {#artisan-horizon-supervisors}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L212)

Lists all of the supervisors.




### artisan\:horizon\:clear-metrics {#artisan-horizon-clear-metrics}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L215)

Deletes metrics for all jobs and queues.




### artisan\:horizon\:snapshot {#artisan-horizon-snapshot}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L218)

Stores a snapshot of the queue metrics.




### artisan\:schedule\:interrupt {#artisan-schedule-interrupt}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L216)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L225)

Interrupt in-progress schedule:run invocations.

Scheduler.


### artisan\:telescope\:clear {#artisan-telescope-clear}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L223)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L232)

Clears all entries from Telescope.

Telescope.


### artisan\:telescope\:prune {#artisan-telescope-prune}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L226)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L235)

Prunes stale entries from the Telescope database.




### artisan\:octane {#artisan-octane}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L233)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L242)

Starts the octane server.

Octane.


### artisan\:octane\:reload {#artisan-octane-reload}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L236)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L245)

Reloads the octane server.




### artisan\:octane\:stop {#artisan-octane-stop}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L239)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L248)

Stops the octane server.




### artisan\:octane\:status {#artisan-octane-status}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L242)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L251)

Check the status of the octane server.




### artisan\:nova\:publish {#artisan-nova-publish}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L249)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L258)

Publish all of the Laravel Nova resources.

Nova.


### artisan\:reverb\:start {#artisan-reverb-start}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L256)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L265)

Starts the Reverb server.

Reverb.


### artisan\:reverb\:restart {#artisan-reverb-restart}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L259)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L268)

Restarts the Reverb server.




### artisan\:pulse\:check {#artisan-pulse-check}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L266)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L275)

Starts the Pulse server.

Pulse.


### artisan\:pulse\:restart {#artisan-pulse-restart}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L269)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L278)

Restarts the Pulse server.




### artisan\:pulse\:purge {#artisan-pulse-purge}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L272)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L281)

Purges all Pulse data from storage.




### artisan\:pulse\:work {#artisan-pulse-work}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L275)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L284)

Process incoming Pulse data from the ingest stream.




### deploy {#deploy}
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L281)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L290)

Deploys your project.

Expand Down
9 changes: 9 additions & 0 deletions recipe/laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,15 @@ function laravel_version_compare($version, $comparator)
desc('Publish all of the Horizon resources');
task('artisan:horizon:publish', artisan('horizon:publish'));

desc('Lists all of the supervisors');
task('artisan:horizon:supervisors', artisan('horizon:supervisors', ['showOutput']));

desc('Deletes metrics for all jobs and queues');
task('artisan:horizon:clear-metrics', artisan('horizon:clear-metrics'));

desc('Stores a snapshot of the queue metrics');
task('artisan:horizon:snapshot', artisan('horizon:snapshot'));

/*
* Scheduler.
*/
Expand Down