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 746
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- ext-mongodb: *
- ext-simplexml: *
- doctrine/common: ^3.4.5
- doctrine/mongodb-odm: ^2.9
- doctrine/mongodb-odm-bundle: ^4.7||^5
- doctrine/persistence: ^3.4
- laminas/laminas-diactoros: ^3.5
- php-di/php-di: ^7.0.7
- psr/http-factory: ^1.1
- psr/http-message: ^2
- symfony/form: ^6.3||^7
- symfony/html-sanitizer: ^6.3||^7
- symfony/http-kernel: ^6.3||^7
- symfony/psr-http-message-bridge: ^2.3.1||^6.4||^7
- symfony/security-bundle: ^6.3||^7
- symfony/security-core: ^6.3||^7
- symfony/yaml: ^6.3||^7
- teknoo/bridge-phpdi-symfony: ^6.1
- teknoo/east-common-symfony: ^3
- teknoo/east-foundation-symfony: ^8
- teknoo/east-website: ^10
- teknoo/immutable: ^3.0.18
- teknoo/recipe: ^6
- teknoo/states: ^6.4.1
- twig/twig: ^3.8
Requires (Dev)
- roave/security-advisories: dev-latest
- dev-master
- 10.0.0
- 9.2.5
- 9.2.4
- 9.2.3
- 9.2.2
- 9.2.1
- 9.2.0
- 9.1.12
- 9.1.11
- 9.1.10
- 9.1.9
- 9.1.8
- 9.1.7
- 9.1.6
- 9.1.5
- 9.1.4
- 9.1.3
- 9.1.2
- 9.1.1
- 9.1.0
- 9.0.3
- 9.0.2
- 9.0.1
- 9.0.0
- 8.6.5
- 8.6.4
- 8.6.3
- 8.6.2
- 8.6.1
- 8.6.0
- 8.5.1
- 8.5.0
- 8.4.3
- 8.4.2
- 8.4.1
- 8.4.0
- 8.3.6
- 8.3.5
- 8.3.4
- 8.3.3
- 8.3.2
- 8.3.1
- 8.3.0
- 8.2.0
- 8.1.1
- 8.1.0
- 8.0.7
- 8.0.6
- 8.0.5
- 8.0.4
- 8.0.3
- 8.0.2
- 8.0.1
- 8.0.0
- 8.0.0-beta1
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 7.0.0-beta1
- 6.1.10
- 6.1.9
- 6.1.7
- 6.1.6
- 6.1.5
- 6.1.4
- 6.1.3
- 6.1.1
- 6.1.0
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 6.0.0-rc1
- 6.0.0-beta1
- 5.1.5
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.4
- 5.0.0
- 4.3.0
- 4.1.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.2.8
- 3.2.7
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
This package is auto-updated.
Last update: 2024-11-01 13:57:35 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 listextra.symfony.endpoint
and set totrue
the entryextra.symfony.allow-contrib
. - If the
extra.symfony.endpoint
is not already defined, you must also addflex://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)