Download the PHP package manuxi/sulu-abbreviations-bundle without Composer
On this page you can find all versions of the php package manuxi/sulu-abbreviations-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download manuxi/sulu-abbreviations-bundle
More information about manuxi/sulu-abbreviations-bundle
Files in manuxi/sulu-abbreviations-bundle
Package sulu-abbreviations-bundle
Short Description Say hello to Sulu abbreviations!
License MIT
Homepage https://github.com/manuxi/SuluAbbreviationsBundle
Informations about the package sulu-abbreviations-bundle
SuluAbbreviationsBundle!
I made this bundle to have the possibility to manage abbreviations in my projects.
This bundle contains
- Several filters for Abbreviations Content Type
- Link Provider
- Sitemap Provider
- Handler for Trash Items
- Handler for Automation
- Possibility to assign a contact as author
- Twig Extension for resolving Abbreviations / get a list of Abbreviations
- Events for displaying Activities and more...
The abbreviations are translatable.
Please feel comfortable submitting feature requests. This bundle is still in development. Use at own risk ๐ค๐ป
๐ฉ๐ปโ๐ญ Installation
Install the package with:
If you're not using Symfony Flex, you'll also
need to add the bundle in your config/bundles.php
file:
Please add the following to your routes_admin.yaml
:
Last but not least the schema of the database needs to be updated.
Some tables will be created (prefixed with app_):
abbreviations, abbreviations_translation.
See the needed queries with
Update the schema by executing
Make sure you only process the bundles schema updates!
๐ฃ Usage
First: Grant permissions for abbreviations. After reload you should see the abbreviations item in the navigation. Start to create abbreviations. Use smart_content property type to show a list of abbreviations, e.g.:
Example of the corresponding twig template for the abbreviations list:
๐งถ Configuration
There exists no configuration.
๐ฉโ๐ณ Contributing
For the sake of simplicity this extension was kept small. Please feel comfortable submitting issues or pull requests. As always I'd be glad to get your feedback to improve the extension :).
All versions of sulu-abbreviations-bundle with dependencies
doctrine/doctrine-bundle Version ^2.12
phpcr/phpcr-migrations-bundle Version ^1.6
sulu/sulu Version ^2.5
symfony/config Version ^6.2 | ^7.0
symfony/dependency-injection Version ^6.2 | ^7.0
symfony/framework-bundle Version ^6.2 | ^7.0
symfony/http-foundation Version ^6.2 | ^7.0
symfony/http-kernel Version ^6.2 | ^7.0
symfony/intl Version ^6.2 | ^7.0
symfony/translation Version ^6.2 | ^7.0
symfony/security-core Version ^6.2 | ^7.0