mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-08 11:52:30 +01:00
Updated FreeScout Modules Development (markdown)
parent
e103e71da3
commit
a9670933fd
@ -15,6 +15,8 @@ Sample FreeScout module is available [here](https://github.com/freescout-helpdes
|
||||
* Module `name` in module.json can be any text, it can be changed in future, no quotes allowed.
|
||||
* To search modules in FreeScout use only `\Module::findByAlias('modulealias')` function, as other functions like `Module::find('Name')` are searching modules by `name` which may change.
|
||||
|
||||
In `php artisan module:...` commands use `name` (for example, "Sample Module").
|
||||
|
||||
## Step-by-Step Instruction
|
||||
|
||||
1. Generate module files in /Modules folder:
|
||||
|
Loading…
Reference in New Issue
Block a user