diff --git a/README.md b/README.md index fc56291..f7a8867 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [](https://packagist.org/packages/strangebuzz/microsymfony) [](https://packagist.org/packages/strangebuzz/microsymfony) +[](https://symfony.com/8) +[](https://symfony.com/doc/current/contributing/code/standards.html) [](https://github.com/strangebuzz/MicroSymfony/actions) [](https://github.com/strangebuzz/MicroSymfony/blob/main/LICENSE) [](https://github.com/strangebuzz/microsymfony/actions?query=workflow%3ASymfony+branch%3Amain) @@ -9,6 +11,7 @@ [](https://scrutinizer-ci.com/g/strangebuzz/MicroSymfony/?branch=main) [](https://scrutinizer-ci.com/g/strangebuzz/microsymfony) [](#contributing-) +[](https://github.com/strangebuzz/MicroSymfony/pulls) ## About 🖋 @@ -18,6 +21,7 @@ I have made a long blog post explaining the philosophy behind it and how to use * [Introducing the MicroSymfony application template](https://www.strangebuzz.com/en/blog/introducing-the-microsymfony-application-template) +> [!NOTE] > **PS**: If you want to use the last Symfony **7.4 LTS** version, follow the procedure > in [`agents/downgrade-to-symfony-7-4-LTS.md`](agents/downgrade-to-symfony-7-4-LTS.md). @@ -61,7 +65,7 @@ opencode --prompt agents/downgrade-to-symfony-7-4-LTS.md Because a live demo is always better than all explanations: -* Live demo at [https://microsymfony.ovh](https://microsymfony.ovh) +* Live demo powered by Apache2 / PHP-FPM [https://microsymfony.ovh](https://microsymfony.ovh) * Live demo powered by [FrankenPHP](https://frankenphp.dev/) at [https://frankenphp.microsymfony.ovh](https://frankenphp.microsymfony.ovh) @@ -86,6 +90,7 @@ Or with Castor: Open [https://127.0.0.1:8000](https://127.0.0.1:8000) (considering your 8000 port is free) and enjoy! 🙂 +> [!NOTE] > **PS**: You can also use the green button "[Use this template ⇩](https://github.com/new?template_name=MicroSymfony&template_owner=strangebuzz)" at the top right of the GitHub project homepage. It creates a new repository from the main branch instead of the last release. @@ -189,6 +194,7 @@ Then clone the `eloquent` branch and run `composer install && make load-fixtures ### Minimalistic versions * Doctrine less ([PR](https://github.com/strangebuzz/MicroSymfony/pull/222), [branch](https://github.com/strangebuzz/MicroSymfony/tree/doctrine-less), rebased on 2026-01-17) +* Symfony 7.4 LTS ([PR](https://github.com/strangebuzz/MicroSymfony/pull/244), [branch](https://github.com/strangebuzz/MicroSymfony/tree/symfony-7-4), rebased on 2026-02-07) ### Infrastructure @@ -203,11 +209,11 @@ database. ### Tooling 🔨 -* Vite-Bundle ([PR](https://github.com/strangebuzz/MicroSymfony/pull/161), [branch](https://github.com/lhapaipai/MicroSymfony/tree/vite), rebased on 2025-02-11) ([demo](https://vite.microsymfony.ovh)) -* Psalm ([PR](https://github.com/strangebuzz/MicroSymfony/pull/160), [branch](https://github.com/strangebuzz/MicroSymfony/tree/psalm), rebased on 2025-02-20) +* Vite-Bundle ([PR](https://github.com/strangebuzz/MicroSymfony/pull/161), [branch](https://github.com/lhapaipai/MicroSymfony/tree/vite), rebased on 2026-02-11) ([demo](https://vite.microsymfony.ovh)) +* Psalm ([PR](https://github.com/strangebuzz/MicroSymfony/pull/227), [branch](https://github.com/strangebuzz/MicroSymfony/tree/psalm), rebased on 2026-01-18) * Taskfile ([PR](https://github.com/strangebuzz/MicroSymfony/pull/86), [branch](https://github.com/jmsche/MicroSymfony/tree/taskfile), rebased on 2024-12-04) * TwigStan ([PR](https://github.com/strangebuzz/MicroSymfony/pull/95), [branch](https://github.com/strangebuzz/MicroSymfony/tree/twigstan), rebased on 2024-11-18) -* Twig-CS-Fixer ([PR](https://github.com/strangebuzz/MicroSymfony/pull/118), [branch](https://github.com/strangebuzz/MicroSymfony/tree/feat/use-twig-cs-fixer), rebased on 2025-12-30) +* Twig-CS-Fixer ([PR](https://github.com/strangebuzz/MicroSymfony/pull/238), [branch](https://github.com/strangebuzz/MicroSymfony/tree/feat/use-twig-cs-fixer), rebased on 2026-12-30) One will rebase those branches regularly so they are not too outdated. diff --git a/templates/App/Controller/HomeAction.html.twig b/templates/App/Controller/HomeAction.html.twig index 7ca9b03..f96dd65 100644 --- a/templates/App/Controller/HomeAction.html.twig +++ b/templates/App/Controller/HomeAction.html.twig @@ -8,7 +8,7 @@