Skip to content

Commit

Permalink
Laravel recipe: Add horizon publish command (#3425)
Browse files Browse the repository at this point in the history
One of base command to publish your application with Horizon
```
$ php artisan horizon:publish
Copied Directory [/vendor/laravel/horizon/public] To [/public/vendor/horizon]
Publishing complete.
```
  • Loading branch information
bes-internal authored Jan 7, 2023
1 parent 1f5cfb2 commit 881f853
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/laravel.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ function laravel_version_compare($version, $comparator)
desc('Terminates the master supervisor so it can be restarted');
task('artisan:horizon:terminate', artisan('horizon:terminate'));

desc('Publish all of the Horizon resources');
task('artisan:horizon:publish', artisan('horizon:publish'));

/*
* Telescope.
*/
Expand Down

0 comments on commit 881f853

Please # to comment.