Add tasks to start/restart Laravel Reverb (#3876)

This commit is contained in:
Toby Evans 2024-08-21 18:48:38 +12:00 committed by GitHub
parent 88c59a8fa1
commit cbfd459be5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -242,6 +242,16 @@ task('artisan:octane:status', artisan('octane:status'));
desc('Publish all of the Laravel Nova resources');
task('artisan:nova:publish', artisan('nova:publish'));
/*
* Reverb.
*/
desc('Starts the Reverb server');
task('artisan:reverb:start', artisan('pulse:start'));
desc('Restarts the Reverb server');
task('artisan:reverb:restart', artisan('pulse:restart'));
/*
* Pulse.
*/