stubs
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
# {{namespace}} module To deploy simply clone the repository into the ```Modules``` directory from the base or root [LESK](https://github.com/sroutier/laravel-enterprise-starter-kit) install, as shown below: ``` $ cd <MySuperProjectBasedOnLESK> $ git clone https://<git-repo-server>/<group>/<repository>.git app/Modules/{{namespace}} ``` Then make sure to optimize the master module definition, from the base directory, with: ``` $ ./artisan module:optimize ``` # Dependencies .... #Prerequisites .... # Installing and activating Once a new module is detected by the framework, a site administrator can go to the "Modules administration" page and first initialize the module, then enable it for all authorized users to have access. # Configuration ....