disjfa / glynn-theme-bundle
Symfony glynn admin theme bundle
Installs: 1 203
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 1
Language:Twig
Type:symfony-bundle
Requires
- php: ^8.1|^8.2
- disjfa/menu-bundle: *
- symfony/templating: ^5|^6
- symfony/webpack-encore-bundle: ^1.6
- twig/twig: ^3
README
Instalation
composer req disjfa/glynn-theme-bundle
About
Basic theme bundle. Can be used in glynn-admin-symfony4. You can use the templates by extending the templates in your application. For the admin interface it uses the base of glynn-admin.
How!
How, just extend some files in your main templates
folder:
{% extends "@GlynnTemplate/admin.html.twig" %}
Enjoy!
Make awesome stuff!