Skip to content
mohsen-shafiee edited this page Dec 11, 2014 · 1 revision

Configuration

Publish config

  1. Run php artisan config:publish chee/module
  2. Edit configuration in app/congif/packages/chee/module/config.php whatever you want.

Description of config

  1. path: Remember add your path modules to psr-4 in composer.json. for example:

    in composer.json:

    "psr-4": {
        "Modules\\": "app/modules",
    }
    

    and in config.php

    'path' => 'modules',
    

Clone this wiki locally