Releases: jeroennoten/Laravel-AdminLTE
Releases · jeroennoten/Laravel-AdminLTE
v1.15.0
Added the possibility to conditionally show headers. Example:
[
'header' => 'BLOG',
'can' => 'manage-blog'
]
v1.14.1
Fixed Spanish translation
v1.14.0
Added more languages
v1.13.0
Added support for custom menu filters
v1.12.0
- Support adding JavaScript and CSS using
@push('js')
and@push('css')
- Update label HTML to match the current AdminLTE version
v1.11.0
New features:
Gate
facility integrated in menu via'can'
option- Configurable collapsed side bar by default
v1.10.1
v1.10.0
Added support for DataTables
v1.9.0
Improved detection of active menu items (see README for details) and extracted some logic out of templates.
v1.8.1
Fixed the make:adminlte
command on Laravel 5.3