Metapackage to install Teknoo East Website with Symfony.
This project is free and will remain free. It is fully supported by the activities of the EIRL. If you like it and help me maintain it and evolve it, don't hesitate to support me on Patreon or Github.
Thanks :) Richard.
EIRL Richard Déloge - https://deloge.io - Lead developer. SASU Teknoo Software - https://teknoo.software
Teknoo Software is a PHP software editor, founded by Richard Déloge, as part of EIRL Richard Déloge. Teknoo Software's goals : Provide to our partners and to the community a set of high quality services or software, sharing knowledge and skills.
East Website is licensed under the 3-Clause BSD License - see the licenses folder for details.
To install this library with composer, run these commands :
- Add in your composer.json the entry
https://api.github.com/repos/TeknooSoftware/symfony-recipes/contents/index.jsonto the listextra.symfony.endpointand set totruethe entryextra.symfony.allow-contrib. - If the
extra.symfony.endpointis not already defined, you must also addflex://defaultsto avoid errors. - Run this command
composer require teknoo/east-website-symfony
To start a project with Symfony :
symfony new your_project_name new
composer require teknoo/composer-install
composer require teknoo/east-website-symfony
This library requires :
* PHP 8.1+
* A PHP autoloader (Composer is recommended)
* Teknoo/Immutable.
* Teknoo/States.
* Teknoo/Recipe.
* Teknoo/East-Foundation.
* Optional: Symfony 6.2+ (for administration)