From abf253c51b8c89b526399cbf6d1f5f11f00abe66 Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Mon, 7 Oct 2019 18:49:35 -0400 Subject: [PATCH] Add migration reminder to install command --- src/Commands/Install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/Install.php b/src/Commands/Install.php index 136a190e..0d3bd834 100644 --- a/src/Commands/Install.php +++ b/src/Commands/Install.php @@ -79,7 +79,7 @@ Route::get('/app', function () { '--provider' => 'Stancl\Tenancy\TenancyServiceProvider', '--tag' => 'migrations', ]); - $this->info('✔️ Created migrations.'); + $this->info('✔️ Created migrations. Remember to run [php artisan migrate]!'); } if (! is_dir(database_path('migrations/tenant'))) {