Skip to content

Commit

Permalink
add plugins select to install
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Sep 26, 2022
1 parent 3aebdcc commit a4b1d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/InstallVilt.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public function handle()
$this->info('Copy User.php');
$this->handelFile('/app/Models/User.php', app_path('/Models/User.php'));
$this->callSilent('optimize:clear');
$this->callSilent('migration');
$this->callSilent('migrate');
if($theme === "1"){
$this->info('Add THEME_MODULE=UI to .env');
$this->info('After Add To .env Please run yarn i & yarn build');
Expand Down

0 comments on commit a4b1d9c

Please sign in to comment.