From a9670933fd8c684f340ff017505a530b665226e3 Mon Sep 17 00:00:00 2001 From: FreeScout <40499291+freescout-helpdesk@users.noreply.github.com> Date: Sun, 28 Oct 2018 16:30:00 +0300 Subject: [PATCH] Updated FreeScout Modules Development (markdown) --- FreeScout-Modules-Development.md | 2 ++ 1 file changed, 2 insertions(+) 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: