From 144773fbe540d2d8b946fae7e286e824deccc0b5 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Wed, 19 Nov 2014 13:45:45 +0000 Subject: [PATCH] Improve plugin name description --- Plugin.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Plugin.php b/Plugin.php index a6d6ce1..5741c42 100644 --- a/Plugin.php +++ b/Plugin.php @@ -22,7 +22,15 @@ * conventions. The name of the main plugin class should match pattern: * "\\Mibew\Plugin\\Plugin". It should be placed in * "/plugins//Mibew/Plugin//Plugin.php" - * file. Names of plugin and directories/files are case sensitive! + * file. Names of vendor, plugin and directories/files are case sensitive! + * + * Notice that vendor and plugin names can contains only numbers and latin + * letters and must start with a capitalized letter. + * + * Here are examples of good plugins names: + * - Abc:Xyz + * - Foo12:Bar + * - Acme:TheBestPlugin * * To turn the plugin on add its definition to the following to "plugins" * structure in /configs/config.yml if the "plugins" structure looks