Skip to content

Commit

Permalink
fix resource not appear after install
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io authored Nov 8, 2024
1 parent 6fd68d6 commit c38cf94
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Console/FilamentTranslationsInstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ public function handle()
{
$this->info('Publish Vendor Assets');
$this->artisanCommand(['migrate']);
$this->artisanCommand(['optimize:clear']);
$this->artisanCommand(['optimize']);
sleep(3);
$this->info('Scanning for translations');
$this->artisanCommand(['filament-translations:import']);
$this->info('Filament Translations Manager installed successfully.');
Expand Down

0 comments on commit c38cf94

Please sign in to comment.