diff --git a/FreeScout-Modules-Development.md b/FreeScout-Modules-Development.md index 6929d02..d0f4317 100644 --- a/FreeScout-Modules-Development.md +++ b/FreeScout-Modules-Development.md @@ -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: