Skip to content

Commit

Permalink
[automatic] Update docs with bin/docgen
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Jan 7, 2023
1 parent 881f853 commit cc7d41b
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions docs/recipe/laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,56 +397,64 @@ Terminates the master supervisor so it can be restarted.



### artisan:horizon:publish
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L208)

Publish all of the Horizon resources.




### artisan:​telescope:clear
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L212)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L215)

Clears all entries from Telescope.




### artisan:​telescope:prune
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L215)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L218)

Prunes stale entries from the Telescope database.




### artisan:octane
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L222)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L225)

Starts the octane server.




### artisan:octane:reload
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L225)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L228)

Reloads the octane server.




### artisan:octane:stop
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L228)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L231)

Stops the octane server.




### artisan:octane:status
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L231)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L234)

Check the status of the octane server.




### deploy
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L237)
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L240)

Deploys your project.

Expand Down

0 comments on commit cc7d41b

Please # to comment.