Skip to content

Commit

Permalink
docs: change command info
Browse files Browse the repository at this point in the history
  • Loading branch information
regnerisch committed Jul 21, 2024
1 parent f1dae5e commit 92f9642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/commands/make-command.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# `beyond:make:command`
Creates a new Laravel command.

> [!NOTE]
> You need to add the command at `App\Console\Kernel`.
> [!IMPORTANT]
> You need to add your command with `Artisan::registerCommand(YourCommand::class)` inside `routes/console.php`.
## Signature
`beyond:make:command {name} {--command=command:name} {--force}`
Expand Down

0 comments on commit 92f9642

Please sign in to comment.