From 92f9642ae7f71c8a6feb193a64251512dc71fc2e Mon Sep 17 00:00:00 2001 From: Jonas Regner Date: Sun, 21 Jul 2024 09:04:03 +0200 Subject: [PATCH] docs: change command info --- docs/commands/make-command.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/commands/make-command.md b/docs/commands/make-command.md index 5579786..f77c165 100644 --- a/docs/commands/make-command.md +++ b/docs/commands/make-command.md @@ -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}`