Skip to content

Commit 4160a90

Browse files
authored
Create README.md
1 parent 8057791 commit 4160a90

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
## Notes
2+
- This image is forked from php:8.1-fpm-alpine with some updates to support your Laravel projects that using MySQL Database.
3+
- You should use this image with `nginx` web server, please check [SySafarila/dockerized-laravel](https://github.com/SySafarila/dockerized-laravel) on GitHub for the example.
4+
5+
## Changelogs
6+
- v0.0.1
7+
- Add `pdo_mysql`, `gd` and `zip` extensions.
8+
- Add latest version of `Composer` for PHP dependency manager
9+
10+
## Pre-Installed extensions
11+
- Core
12+
- ctype
13+
- curl
14+
- date
15+
- dom
16+
- fileinfo
17+
- filter
18+
- ftp
19+
- hash
20+
- iconv
21+
- json
22+
- libxml
23+
- mbstring
24+
- mysqlnd
25+
- openssl
26+
- pcre
27+
- PDO
28+
- pdo_mysql
29+
- pdo_sqlite
30+
- Phar
31+
- posix
32+
- readline
33+
- Reflection
34+
- session
35+
- SimpleXML
36+
- sodium
37+
- SPL
38+
- sqlite3
39+
- standard
40+
- tokenizer
41+
- xml
42+
- xmlreader
43+
- xmlwriter
44+
- zlib

0 commit comments

Comments
 (0)