mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
12 lines
473 B
Plaintext
12 lines
473 B
Plaintext
<bg=blue;fg=white> </>
|
|
<bg=blue;fg=white> Next: AdminLTE Configuration </>
|
|
<bg=blue;fg=white> </>
|
|
|
|
* <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/
|