sqli / eztoolbox
SQLI eZToolbox is a bundle used in SQLI projects gathering some bundles like "SQLI Entities Manager", "SQLI Command Toolbox", some helpers and some Twig operators
Installs: 13 816
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 5
Open Issues: 20
Type:symfony-bundle
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.8
- 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-12-01 00:07:11 UTC
README
SQLI eZToolbox is a bundle used in SQLI projects gathering some bundles like "SQLI Entities Manager", "SQLI Command Toolbox", some helpers and some Twig operators Compatible with Ibexa 3.3
Installation
Install with composer
composer require sqli/eztoolbox=^2.0
Register the bundle
Activate the bundle in config/bundles.php
AFTER all eZSystem/Ibexa bundles
// config/bundles.php return [ // ... SQLI\EzToolboxBundle\SQLIEzToolboxBundle::class => ['all' => true], ];
Add routes
In config/routes/sqli_eztoolbox.yaml
:
# SQLI Admin routes _sqli_eztoolbox: resource: "@SQLIEzToolboxBundle/Resources/config/routing.yaml" prefix: /
Clear cache
php bin/console cache:clear
Parameters
Full example
In config/packages/sqli_eztoolbox.yaml
add the localisations and namespaces of the entities :
sqli_ez_toolbox: entities: - { directory: 'Entity/Doctrine', namespace: 'App\Entity'} admin_logger: enabled: true storage_filename_cleaner: enabled: true
How to use
(Optional) Change label tabname
You can change label of the default tab using this translation key for domain sqli_admin
: sqli_admin__menu_entities_tab__default