Skip to content

Commit 1b0cc4e

Browse files
[automatic] Update docs with bin/docgen
1 parent 042f3f5 commit 1b0cc4e

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

docs/recipe/laravel.md

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -428,112 +428,120 @@ Publish all of the Horizon resources.
428428

429429

430430

431-
### artisan\:telescope\:clear {#artisan-telescope-clear}
431+
### artisan\:schedule\:interrupt {#artisan-schedule-interrupt}
432432
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L216)
433433

434+
Interrupt in-progress schedule:run invocations.
435+
436+
Scheduler.
437+
438+
439+
### artisan\:telescope\:clear {#artisan-telescope-clear}
440+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L223)
441+
434442
Clears all entries from Telescope.
435443

436444
Telescope.
437445

438446

439447
### artisan\:telescope\:prune {#artisan-telescope-prune}
440-
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L219)
448+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L226)
441449

442450
Prunes stale entries from the Telescope database.
443451

444452

445453

446454

447455
### artisan\:octane {#artisan-octane}
448-
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L226)
456+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L233)
449457

450458
Starts the octane server.
451459

452460
Octane.
453461

454462

455463
### artisan\:octane\:reload {#artisan-octane-reload}
456-
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L229)
464+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L236)
457465

458466
Reloads the octane server.
459467

460468

461469

462470

463471
### artisan\:octane\:stop {#artisan-octane-stop}
464-
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L232)
472+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L239)
465473

466474
Stops the octane server.
467475

468476

469477

470478

471479
### artisan\:octane\:status {#artisan-octane-status}
472-
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L235)
480+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L242)
473481

474482
Check the status of the octane server.
475483

476484

477485

478486

479487
### artisan\:nova\:publish {#artisan-nova-publish}
480-
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L242)
488+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L249)
481489

482490
Publish all of the Laravel Nova resources.
483491

484492
Nova.
485493

486494

487495
### artisan\:reverb\:start {#artisan-reverb-start}
488-
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L249)
496+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L256)
489497

490498
Starts the Reverb server.
491499

492500
Reverb.
493501

494502

495503
### artisan\:reverb\:restart {#artisan-reverb-restart}
496-
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L252)
504+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L259)
497505

498506
Restarts the Reverb server.
499507

500508

501509

502510

503511
### artisan\:pulse\:check {#artisan-pulse-check}
504-
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L259)
512+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L266)
505513

506514
Starts the Pulse server.
507515

508516
Pulse.
509517

510518

511519
### artisan\:pulse\:restart {#artisan-pulse-restart}
512-
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L262)
520+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L269)
513521

514522
Restarts the Pulse server.
515523

516524

517525

518526

519527
### artisan\:pulse\:purge {#artisan-pulse-purge}
520-
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L265)
528+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L272)
521529

522530
Purges all Pulse data from storage.
523531

524532

525533

526534

527535
### artisan\:pulse\:work {#artisan-pulse-work}
528-
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L268)
536+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L275)
529537

530538
Process incoming Pulse data from the ingest stream.
531539

532540

533541

534542

535543
### deploy {#deploy}
536-
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L274)
544+
[Source](https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L281)
537545

538546
Deploys your project.
539547

0 commit comments

Comments
 (0)