update readme
Showing
1 changed file
with
5 additions
and
1 deletions
| ... | @@ -3,6 +3,8 @@ Flag Manager for Baytech Sites. | ... | @@ -3,6 +3,8 @@ Flag Manager for Baytech Sites. |
| 3 | 3 | ||
| 4 | ## Installation | 4 | ## Installation |
| 5 | 5 | ||
| 6 | In your `composer.json` add: | ||
| 7 | |||
| 6 | ```json | 8 | ```json |
| 7 | { | 9 | { |
| 8 | ... | 10 | ... |
| ... | @@ -19,7 +21,9 @@ Flag Manager for Baytech Sites. | ... | @@ -19,7 +21,9 @@ Flag Manager for Baytech Sites. |
| 19 | } | 21 | } |
| 20 | ``` | 22 | ``` |
| 21 | 23 | ||
| 22 | ## Define Flag Directory in your constants.php file | 24 | ## Define Flag Directory |
| 25 | |||
| 26 | In your `constants.php` file add: | ||
| 23 | 27 | ||
| 24 | ```php | 28 | ```php |
| 25 | define('FLAGS_DIR', '<Desired directory to store flags.json file>'); | 29 | define('FLAGS_DIR', '<Desired directory to store flags.json file>'); | ... | ... |
-
Please register or sign in to post a comment