update readme
Showing
1 changed file
with
18 additions
and
0 deletions
| 1 | # BTFlags | 1 | # BTFlags |
| 2 | Flag Manager for Baytech Sites. | 2 | Flag Manager for Baytech Sites. |
| 3 | 3 | ||
| 4 | ## Installation | ||
| 5 | |||
| 6 | ```json | ||
| 7 | { | ||
| 8 | ... | ||
| 9 | "repositories": [ | ||
| 10 | { | ||
| 11 | "type":"vcs", | ||
| 12 | "url": "https://gitlab.baytech.ph/janis/btflags.git" | ||
| 13 | } | ||
| 14 | ], | ||
| 15 | "require": { | ||
| 16 | ..., | ||
| 17 | "btrepo/flags": "dev-master" | ||
| 18 | } | ||
| 19 | } | ||
| 20 | ``` | ||
| 21 | |||
| 4 | ## Define Flag Directory in your constants.php file | 22 | ## Define Flag Directory in your constants.php file |
| 5 | 23 | ||
| 6 | ```php | 24 | ```php | ... | ... |
-
Please register or sign in to post a comment