Stenope
Stenope copied to clipboard
The static website generator for Symfony developers
The goal is to allow sources files that provides multiple objects, like CSV files, but also JSON and YAML, and one day distant sources like Google sheets. ```yaml stenope: providers:...
As an alternative requiring minimum knowledge to write contents & templating using Stenope, without a need for custom PHP code. Tmp doc preview: https://stenopephp.github.io/Stenope/cookbooks/lazy-stenope/
For some usage, or just for convenience, it might be interesting to skip the "Create a Model" phase and juste get object as array to be manipulated in twig. A...
Right now, files listed in "copy" are not shown in the live version of the app, because they're only handled upon build. Is there a way to serve them dynamically...
I have the following config : _config/services.yaml_ ```yaml parameters: app.supported_locales: "en|fr" ``` _src/Controller/AppController.php_ ```php #[Route("/{_locale}", name: "index")] public function index(): Response { /* ... */ } ``` When I run...