teknoo/east-website-symfony

Metapackage to install Teknoo East Website in Symfony, Package following the #East programming philosophy, build on Teknoo/East-Foundation (and Teknoo/Recipe), and implementing a basic CMS to display dynamics pages with different types and templates.

Fund package maintenance!
Patreon
TeknooSoftware

Installs: 1 358

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 0

Open Issues: 0

Type:metapackage

9.1.12 2024-03-22 09:09 UTC

README

Metapackage to install Teknoo East Website with Symfony.

Support this project

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.

Credits

EIRL Richard Déloge - https://deloge.io - Lead developer. SASU Teknoo Software - https://teknoo.software

About 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.

License

East Website is licensed under the MIT License - see the licenses folder for details.

Installation & Requirements

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.json to the list extra.symfony.endpoint and set to true the entry extra.symfony.allow-contrib.
  • If the extra.symfony.endpoint is not already defined, you must also add flex://defaults to 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)