mugoweb / ibexa-bundle
Useful tools for ibexa
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.3
This package is auto-updated.
Last update: 2023-03-10 11:17:22 UTC
README
composer require mugoweb/mugoweb/ibexa-bundle:dev-master
Afterward, you need to enable the bundle in config/bundles.php:
MugoWeb\IbexaBundle\MugoWebIbexaBundle::class => ['all' => true],
If you'd like to use the features location quick finder or Location query tester, you would need to load the routes.yml file of this bundle. Tip: use a path prefix to avoid path conflicts.
Features
Location quick finder
For a given location ID, following path redirects to the full view of the corresponding content object:
/location/{locationId}
Location query tester
It allows you to fetch Locations for a given LocationQuery string.
Use this path to access it:
/query
Commands
php bin/console ibexa:trash:purge <limit>
Command to purge items from the trash