mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:44:04 +00:00
Add migration reminder to install command (#159)
This commit is contained in:
parent
f9c9bf088d
commit
cc74e9f3ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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'))) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue