|
25 | 25 |
|
26 | 26 | > **Warning**: this project is still under development, please use it for testing purposes and feel free to suggest changes and improvements.
|
27 | 27 |
|
28 |
| -This project draws inspiration from the work of [dunglas/symfony-docker](https://github.com/dunglas/symfony-docker). Its goal is to provide a configurable environment and enhanced **developer experience**. It includes support for **Visual Studio Code Dev Containers**, **MariaDB** and **Webpack Encore**. Versions without database, production configuration and Visual Studio Code settings and extensions are also available! |
| 28 | +This project draws inspiration from the work of [dunglas/symfony-docker](https://github.com/dunglas/symfony-docker). Its goal is to provide a configurable environment and enhanced **developer experience**. It includes support for **Visual Studio Code Dev Containers**, **MariaDB** and **Webpack Encore**. |
29 | 29 |
|
30 | 30 | 💫 Main **features**:
|
31 | 31 |
|
32 | 32 | - ✅ Fully customizable
|
33 |
| - - Sensible defaults are provided for a configuration-less startup |
34 |
| - - Utilize the existing `.env.local` file that you are already familiar with |
| 33 | + - Sensible defaults for configuration-less startup |
| 34 | + - Utilize the `.env.local` file you are already familiar with |
35 | 35 | - ✅ Visual Studio Code [Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers) support
|
36 |
| - - Open multiple projects simultaneously with automatic port forwarding |
37 |
| - - Includes opinionated settings and extensions |
38 |
| - - Version without settings and extensions is also available |
| 36 | + - Run multiple projects simultaneously with automatic port forwarding |
| 37 | + - Opinionated settings and extensions |
39 | 38 | - ✅ [MariaDB](https://mariadb.com/products/community-server) DBMS
|
40 |
| - - Doctrine `DATABASE_URL` parsing, promoting DRY principle |
| 39 | + - Doctrine `DATABASE_URL` parsing for DRY principle |
41 | 40 | - Doctrine migrations support
|
42 |
| - - Version without MariaDB service is also available |
43 | 41 | - ✅ Production-ready, automatic HTTPS, HTTP/2 and [Vulcain](https://vulcain.rocks) support
|
44 |
| - - Automatic www redirection to non-www version |
45 |
| - - Version without production configuration is also available |
| 42 | + - Automatic www to non-www redirection |
46 | 43 | - ✅ [Webpack Encore](https://github.com/symfony/webpack-encore) support
|
47 | 44 | - ✅ PHP OPcache [preloading](https://www.php.net/manual/en/opcache.preloading.php) support
|
48 | 45 | - ✅ Docker multi-platform images
|
49 |
| - - Prebuilt base images for faster project startup |
| 46 | + - Prebuilt base images for faster startup |
| 47 | + |
| 48 | +Versions without database, production configuration and Visual Studio Code settings and extensions are also available! |
50 | 49 |
|
51 | 50 | <!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
52 | 51 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
0 commit comments