VBeeSettingBundle:Symfony2 的简单设置包

时间:2024-07-16 14:20:35
【文件属性】:

文件名称:VBeeSettingBundle:Symfony2 的简单设置包

文件大小:144KB

文件格式:ZIP

更新时间:2024-07-16 14:20:35

PHP

VBeeSettingBundle 这个包只允许通过数据库管理应用程序中的设置。 这使得在应用程序运行期间比参数文件更易于管理。 安装 作曲家.json: "vbee/settingbundle": "dev-master" 更新您的供应商: php composer.phar update vbee/settingbundle 更新您的配置文件:app/config/config.yml v_bee_setting: orm: doctrine # possible values = doctrine and mongodb 应用程序/AppKernel.php: new VBee\SettingBundle\VBeeSettingBundle(), 更新数据库: php app/console doctrine:schema:update --force


【文件预览】:
VBeeSettingBundle-master
----Command()
--------RemoveSettingCommand.php(1KB)
--------CreateSettingCommand.php(1KB)
----.gitignore(54B)
----Entity()
--------Setting.php(233B)
--------Repository()
----Manager()
--------SettingMongoDbManager.php(5KB)
--------SettingDoctrineManager.php(5KB)
--------SettingManagerInterface.php(1KB)
----Enum()
--------SettingTypeEnum.php(305B)
----Document()
--------Setting.php(204B)
--------Setting.php~(2KB)
--------Repository()
----VBeeSettingBundle.php(684B)
----.travis.yml(115B)
----Resources()
--------public()
--------translations()
--------views()
--------config()
----Controller()
--------ApiController.php(964B)
--------SettingController.php(2KB)
----composer.json(794B)
----Validator()
--------SettingValue.php(380B)
--------Setting()
--------Constraints()
----Model()
--------Setting.php(2KB)
--------Repository()
----Twig()
--------SettingExtension.php(1KB)
----README.markdown(5KB)
----Form()
--------DataTransformer()
--------Type()
----DependencyInjection()
--------Configuration.php(2KB)
--------Compiler()
--------VBeeSettingExtension.php(3KB)
----phpunit.xml.dist(683B)
----Tests()
--------Manager()
--------bootstrap.php(211B)
--------Validator()

网友评论