From cc74e9f3cad1fced0d72137aa34694674c7f5f41 Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Wed, 9 Oct 2019 13:50:09 -0400 Subject: [PATCH] Add migration reminder to install command (#159) --- 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'))) {