diff --git a/recipe/laravel.php b/recipe/laravel.php index 735d0240c..574121f74 100644 --- a/recipe/laravel.php +++ b/recipe/laravel.php @@ -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. */