Skip to content

Commit e1de258

Browse files
committed
chore(docs): Improve README 📖
1 parent d078ef9 commit e1de258

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,27 @@
2525

2626
> **Warning**: this project is still under development, please use it for testing purposes and feel free to suggest changes and improvements.
2727
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**.
2929

3030
💫 Main **features**:
3131

3232
- ✅ 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
3535
- ✅ 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
3938
-[MariaDB](https://mariadb.com/products/community-server) DBMS
40-
- Doctrine `DATABASE_URL` parsing, promoting DRY principle
39+
- Doctrine `DATABASE_URL` parsing for DRY principle
4140
- Doctrine migrations support
42-
- Version without MariaDB service is also available
4341
- ✅ 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
4643
-[Webpack Encore](https://github.com/symfony/webpack-encore) support
4744
- ✅ PHP OPcache [preloading](https://www.php.net/manual/en/opcache.preloading.php) support
4845
- ✅ 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!
5049

5150
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
5251
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

0 commit comments

Comments
 (0)