Skip to content

Commit

Permalink
Copy config/modular.php during install.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cintra committed Nov 6, 2024
1 parent b11e13f commit e24796c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Console/InstallerTraits/CoreModules.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ protected function configureCoreModules(): void

copy(__DIR__.'/../../../stubs/public/favicon.svg', public_path('favicon.svg'));

copy(__DIR__.'/../../../config/modular.php', config_path('modular.php'));

$this->migrateDatabase();
$this->seedDatabase();

Expand Down

0 comments on commit e24796c

Please sign in to comment.