File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,22 @@ This library allows you to do these two thing. All environment settings can be s
22
22
Example usage for people who don't like reading instructions
23
23
------------------------------------------------------------
24
24
25
+ If you install Configurator through Composer, the executable files will be in the vendor bin directory and can be run with:
26
+
25
27
```
26
28
#Generate nginx config file for the centos,dev environment
27
- bin/configurate -p example/config.php example/config_template/nginx.conf.php autogen/nginx.conf "centos,dev"
29
+ vendor/ bin/configurate -p example/config.php example/config_template/nginx.conf.php autogen/nginx.conf "centos,dev"
28
30
29
31
# Generate a PHP file that contains a function that return the current application env settings
30
- bin/genenv -p example/config.php example/envRequired.php autogen/appEnv.php "centos,dev"
32
+ vendor/ bin/genenv -p example/config.php example/envRequired.php autogen/appEnv.php "centos,dev"
31
33
32
34
# Convert a PHP ini file to be in the PHP-FPM format
33
- bin/fpmconv autogen/php.ini autogen/php.fpm.ini
35
+ vendor/ bin/fpmconv autogen/php.ini autogen/php.fpm.ini
34
36
```
35
37
36
38
39
+
40
+
37
41
Config file generator
38
42
---------------------
39
43
You can’t perform that action at this time.
0 commit comments