v3.8.0
AdminLTE v3.2.0 support
This release supports the newest version v3.2.0 of AdminLTE with some improvements and bugfixes.
You can see the complete changelog on this page:
https://github.com/ColorlibHQ/AdminLTE/releases/tag/v3.2.0
Please run the following command to install the newest assets:
php artisan adminlte:update
php artisan cache:clear
It could be useful, to add the first command to your composer.json file in the section "post-update-cmd".
This will automatically update the AdminLTE assets, on composer update.
Added
- Add support for AdminLTE v3.2.0 @Shidersz