We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0214e48 commit 3e97955Copy full SHA for 3e97955
src/Console/Commands/CrudBackpackCommand.php
@@ -72,8 +72,7 @@ public function handle()
72
$url = Str::of(config('app.url'))->finish('/')->append('admin/')->append($nameKebab);
73
74
$this->newLine();
75
- $this->line(" Successfully created a CRUD for the <fg=blue>$nameTitle</> model.");
76
- $this->note("Go to <fg=blue>$url</> to see it in action.");
+ $this->line(" Done! Go to <fg=blue>$url</> to see the CRUD in action.");
77
78
}
79
0 commit comments