We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
php artisan config:publish chee/module
app/congif/packages/chee/module/config.php
path: Remember add your path modules to psr-4 in composer.json. for example:
path
psr-4
composer.json
in composer.json:
"psr-4": { "Modules\\": "app/modules", }
and in config.php
config.php
'path' => 'modules',