olix / backoffice-bundle
Admin theme bundle for Symfony 5+ based on AdminLTE 3.2 with Forms
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.1
- doctrine/doctrine-bundle: ^2.11
- doctrine/orm: ^2.17
- omines/datatables-bundle: ^0
- symfony/asset: 6.4.*
- symfony/config: 6.4.*
- symfony/dependency-injection: 6.4.*
- symfony/event-dispatcher: 6.4.*
- symfony/form: 6.4.*
- symfony/framework-bundle: ^6.4
- symfony/options-resolver: 6.4.*
- symfony/property-access: 6.4.*
- symfony/routing: 6.4.*
- symfony/security-bundle: 6.4.*
- symfony/translation: 6.4.*
- symfony/twig-bundle: 6.4.*
- symfony/ux-autocomplete: ^2.14
- symfony/ux-chartjs: ^2.14
- symfony/validator: 6.4.*
- twig/twig: ^2.12|^3.0
This package is auto-updated.
Last update: 2024-10-26 11:03:31 UTC
README
Introduction
Minimum requirements
- Symfony 6.4
- PHP > 8.2
- Twig 3.0
Features
- Back Office with custom sidebar and navbar
- User manager
- User profile
- Form DatetimePicker
- Form select2
- Form autocomplete
Installation
Add in the composer.json for automation configuration via the Symfony Flex Composer plugin :
"extra": { "symfony": { "endpoint": [ "https://api.github.com/repos/sabinus52/symfony-recipes/contents/index.json", "flex://defaults" ] } },
Install the bundle
composer require sabinus52/backoffice-bundle
Install the assets
./bin/console importmap:require olix-backoffice
Enjoy !
Documentation
- Documentation - How to install, use and enjoy this bundle