mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
8 lines
316 B
Plaintext
8 lines
316 B
Plaintext
* <fg=blue>Finish</> bundle configuration:
|
|
1. Open <comment>config/packages/admin_lte.yaml</> and adjust to your needs
|
|
2. Create a layout file that uses:
|
|
|
|
{% extends '@AdminLTE/layout/default-layout.html.twig' %}
|
|
|
|
Documentation: https://github.com/kevinpapst/AdminLTEBundle/blob/master/Resources/docs/
|