sqli / eztoolbox
SQLI eZToolbox 是在 SQLI 项目中使用的包,汇集了“SQLI 实体管理器”、“SQLI 命令工具箱”等一些工具包、助手和一些 Twig 操作符
4.0.7
2024-08-13 12:33 UTC
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- ext-openssl: *
- ibexa/oss: ^4.0.2
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3.6
Suggests
- dev-master
- 4.0.7
- 4.0.6
- 4.0.5-beta
- 4.0.4-beta
- 4.0.3-beta
- 4.0.2-beta
- 4.0.1-beta
- 4.0.0-beta
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1
- 1.0.1
- 1.0.0
- 0.9.2
- 0.9.1
- 0.9
- 0.8
- 0.7.2
- 0.7.1
- v0.7
- v0.6
- v0.5
- v0.4
- v0.3
- v0.2
- v0.1
- dev-ibexa4
- dev-7-ajouter-le-fieldtypeselectionfromentity
- dev-14-penser-a-migrer-vers-le-typage-strict-du-php8
- dev-develop
- dev-13-annotations-and-attributes-entityproperty-unit-tests
- dev-dev-ibexa3.x
- dev-dependabot/composer/ezsystems/ezplatform-graphql-2.3.12
- dev-dependabot/composer/twig/twig-3.4.3
- dev-dependabot/composer/ezsystems/ezplatform-rest-1.3.11
- dev-dev-ibexa3.x-ihm-migration
- dev-dev-ibexa3.x-attribute-onetomany
- dev-dev-ibexa3.x-list_contenttypes
- dev-dev-ibexa3.x-api-rest-json
- dev-ibexa3.x
- dev-ezplatform2.x
- dev-dev-master-ez3
- dev-phpdoc
This package is auto-updated.
Last update: 2024-09-13 12:47:00 UTC
README
SQLI eZToolbox 是在 SQLI 项目中使用的包,汇集了“SQLI 实体管理器”、“SQLI 命令工具箱”等一些工具包、助手和一些 Twig 操作符,兼容 Ibexa 3.3
安装
使用 composer 安装
composer require sqli/eztoolbox=^2.0
注册工具包
在 config/bundles.php
中激活工具包,在所有 eZSystem/Ibexa 工具包之后
// config/bundles.php return [ // ... SQLI\EzToolboxBundle\SQLIEzToolboxBundle::class => ['all' => true], ];
添加路由
在 config/routes/sqli_eztoolbox.yaml
中
# SQLI Admin routes _sqli_eztoolbox: resource: "@SQLIEzToolboxBundle/Resources/config/routing.yaml" prefix: /
清除缓存
php bin/console cache:clear
参数
完整示例
在 config/packages/sqli_eztoolbox.yaml
中添加实体的本地化和命名空间
sqli_ez_toolbox: entities: - { directory: 'Entity/Doctrine', namespace: 'App\Entity'} admin_logger: enabled: true storage_filename_cleaner: enabled: true
使用方法
(可选) 更改标签名称
您可以使用此翻译键为域名 sqli_admin
更改默认标签的标签: sqli_admin__menu_entities_tab__default