tallmancode / settings-bundle
v1.0.2
2022-06-03 07:31 UTC
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-09-21 06:14:14 UTC
README
为Symfony 5+项目提供应用设置包,允许使用关系和与Api Platform的集成来灵活设置。此包允许您轻松地在整个应用程序中存储和使用设置。
安装
可以使用Composer或Symfony二进制文件安装此包:composer require tallmancode/settings-bundle
。安装包后,创建设置表迁移并运行迁移
php bin/console make:migration
php bin/console doctrine:migrations:migrate
完整文档可在TMC Settings Bundle Docs中找到