File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Minimal PHP Docker image focused on Laravel applications. It's use is intended f
66
77## Available Tags
88
9+ The image built is [ ` kooldev/php ` ] ( https://hub.docker.com/r/kooldev/php/tags?page=1&ordering=last_updated ) which has a bunch of tags available:
10+
911### 8.0
1012
1113- [ 8.0] ( https://github.com/kool-dev/docker-php/blob/master/8.0/Dockerfile )
@@ -46,6 +48,7 @@ Minimal PHP Docker image focused on Laravel applications. It's use is intended f
4648We can always extend these images to suit them to our current use case. For example, we have a few extensions for specific use cases:
4749
4850- [ Oracle OCI8 database] ( https://github.com/kool-dev/docker-php-oci8 )
51+ - [ MS SQL Server ` sqlsrv ` database] ( https://github.com/kool-dev/docker-php-sqlsrv )
4952
5053## Environment Variables
5154
@@ -110,11 +113,9 @@ app:
110113
111114### Update images with templates
112115
113- - [fwd](https://github.com/fireworkweb/fwd#fireworkwebfwd)
114-
115- You should change ` fwd-template.json` and `template` folder.
116+ You should change ` fwd-template.json` for configuration and `template` folder for the actual base templates.
116117
117- After your changes, just run `kool docker fireworkweb/fwd:v1.0 fwd template` to compile the template and generate all version folder/files.
118+ After any changes, we need to run `kool run template` to parse the templates and generate all versions folder/files.
118119
119120# # License
120121
You can’t perform that action at this time.
0 commit comments