Skip to content

Commit

Permalink
docs: new feature branches section (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
COil authored Sep 27, 2024
1 parent 38c906f commit e12cd8a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ Open [https://localhost](https://localhost) and enjoy! 🙂

**PS**: On Windows, replace `$PWD` by `"%cd%"`.

You can also directly use the [FrankenPHP](https://github.com/strangebuzz/MicroSymfony/tree/frankenphp) branch.


## Requirements ⚙

Expand Down Expand Up @@ -147,9 +149,18 @@ In both cases, your controller code has to be [modified accordingly](https://sym
to install and run [php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer)


## What it doesn't ship? ❌
## Features branches 🚅

Features branches will not be merged in the main branch but are used to integrate
a new vendor library or make a [POC](https://en.wikipedia.org/wiki/Proof_of_concept).
For example, have you ever dreamed of testing [Eloquent](https://laravel.com/docs/11.x/eloquent#introduction),
the Laravel ORM, on a Symfony project?
Then clone the `eloquent` branch, run `composer install`, and you are done.

* [FrankenPHP](https://github.com/strangebuzz/MicroSymfony/tree/frankenphp) (rebased on 2024-09-26)
* [Eloquent ORM](https://github.com/strangebuzz/MicroSymfony/tree/eloquent) (rebased on 2024-09-27)

* Doctrine ([installation](https://symfony.com/doc/current/doctrine.html#installing-doctrine))
These branches will be rebased after each release so they are always up to date.


## References 📚
Expand Down

0 comments on commit e12cd8a

Please sign in to comment.