1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 20:14:03 +00:00

Add migration reminder to install command (#159)

This commit is contained in:
Chris Brown 2019-10-09 13:50:09 -04:00 committed by Samuel Štancl
parent f9c9bf088d
commit cc74e9f3ca

View file

@ -79,7 +79,7 @@ Route::get('/app', function () {
'--provider' => 'Stancl\Tenancy\TenancyServiceProvider', '--provider' => 'Stancl\Tenancy\TenancyServiceProvider',
'--tag' => 'migrations', '--tag' => 'migrations',
]); ]);
$this->info('✔️ Created migrations.'); $this->info('✔️ Created migrations. Remember to run [php artisan migrate]!');
} }
if (! is_dir(database_path('migrations/tenant'))) { if (! is_dir(database_path('migrations/tenant'))) {