-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
Versions:
- laravel-modules Version:12
- Laravel Version:12
- PHP Version: 8.2
Description:
I’m using Laravel 12 and the latest version of nwidart/laravel-modules (v12).
After a fresh Laravel installation (no configuration changes to the package),
I created three modules (A, B, and C).
Then I ran the following command:
php artisan module:publish-config
and then select the option All,
only the first module’s config file is published successfully,
and all other modules are skipped with the following message:
File [ProjectPath\config\config.php] already exists
Steps to reproduce
Fresh install of Laravel 12
Install nwidart/laravel-modules (latest v12 no configuration changes)
Create a few modules:
php artisan module:make A
php artisan module:make B
php artisan module:make C
php artisan module:publish-config
→ Choose All
and published config
