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 ef81599 commit d1c9af8Copy full SHA for d1c9af8
src/commands/MigrationCommand.php
@@ -57,9 +57,9 @@ public function fire()
57
58
$this->info("Migration successfully created!");
59
$this->line('');
60
- $this->info('Now Run Command:');
+ $this->info('(!)Further: Now Run Command:');
61
62
- $this->info(' php artisan migrate');
+ $this->info('> php artisan migrate');
63
64
$this->info("to start the Migration of the 'menus' table");
65
0 commit comments