mirror of
https://github.com/Mibew/boilerplate-plugin.git
synced 2025-02-05 08:44:42 +03:00
Reorganize the repository
This commit is contained in:
parent
e454b69740
commit
30ff7797a7
16
README.md
16
README.md
@ -1,3 +1,19 @@
|
|||||||
# Boilerplate plugin
|
# Boilerplate plugin
|
||||||
|
|
||||||
It does nothing but can be used as a template for a real plugin.
|
It does nothing but can be used as a template for a real plugin.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
1. Download files of the plugin.
|
||||||
|
2. Create folder "<mibew root>/plugins/Mibew/Mibew/Plugin/Boilerplate" (case does matter).
|
||||||
|
3. Put files of the plugins to the just created folder.
|
||||||
|
4. Add the following lines to the end of "<mibew root>/libs/config.php":
|
||||||
|
```php
|
||||||
|
$plugins_list[] = array(
|
||||||
|
'name' => 'Mibew:Boilerplate',
|
||||||
|
'config' => array(
|
||||||
|
'very_important_value' => '$3.50',
|
||||||
|
),
|
||||||
|
);
|
||||||
|
```
|
||||||
|
5. Done
|
||||||
|
Loading…
Reference in New Issue
Block a user