nours / rest-admin-bundle
v1.14.1
2018-12-17 17:41 UTC
Requires
- doctrine/orm: ~2.5
- jms/serializer-bundle: ~2.3
- nours/table-bundle: ^1.8
- psr/container: ~1.0
- symfony/symfony: ^2.8|^3.3|^4.0
Requires (Dev)
- doctrine/data-fixtures: ~1.1
- doctrine/doctrine-bundle: ~1.8
- knplabs/knp-menu-bundle: ~2.0
- phpunit/phpunit: ~4.0|~5.0
- symfony/monolog-bundle: ^3.0
- symfony/phpunit-bridge: ^3.1
Suggests
- doctrine/doctrine-bundle: Support for Doctrine ORM persistence and loading
- knplabs/knp-menu-bundle: KnpMenu integration (menu voter)
- symfony/security-bundle: Integrate security checks based on security bundle
- dev-master
- v1.14.1
- v1.14.0
- v1.13.0
- v1.12.1
- v1.12.0
- v1.11.3
- v1.11.2
- v1.11.1
- v1.11.0
- v1.10.2
- v1.10.1
- v1.10.0
- v1.9.4
- v1.9.3
- v1.9.2
- v1.9.1
- v1.9.0
- v1.8.4
- v1.8.3
- v1.8.2
- v1.8.1
- v1.8
- v1.7.1
- v1.7.0
- 1.6.0
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.5
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.5
- v1.3.4
- v1.3.3
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1
- v1.0
- v0.1
This package is auto-updated.
Last update: 2024-09-08 22:13:43 UTC
README
此包旨在简化实现丰富的后台管理界面或前端应用的实现。它实现了围绕资源表示配置的基础设施工具,并建立在 Symfony2 框架之上。核心由一个 REST API 构建系统组成,它能够为不同类型的资源提供可重用的操作。
安装
添加到 composer.json
"nours/rest-admin-bundle": "dev-master"
将包添加到 AppKernel
new Nours\RestAdminBundle\NoursRestAdminBundle()
创建主资源配置文件,例如在 app/config/resources.yml 中,然后在包的主配置中进行配置
nours_rest_admin: resource: '%kernel.project_dir%/config/resources.yml'