tallmancode / settings-bundle
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=7.2.5
- symfony/config: ^4.4 | ^5.0 | ^6.0
- symfony/dependency-injection: ^4.4 | ^5.0 | ^6.0
- symfony/deprecation-contracts: ^2.2 | ^3.0
- symfony/http-kernel: ^4.4 | ^5.0 | ^6.0
Requires (Dev)
- symfony/phpunit-bridge: ^6.0
This package is auto-updated.
Last update: 2024-11-21 06:29:12 UTC
README
An application settings bundle for Symfony 5+ projects, allowing flexable settings with relationships and intergration with Api Platform. This bundle allows you to store and use settings through out an application without hassle.
Installation
The bundle can be installed using Composer or the Symfony binary:
composer require tallmancode/settings-bundle
Once the bundle has installed create the settings table migration and run the migration
php bin/console make:migration
php bin/console doctrine:migrations:migrate
Full documentaion available at TMC Settings Bundle Docs