v3.8.0
版本发布时间: 2022-02-11 02:04:25
jeroennoten/Laravel-AdminLTE最新发布版本:v3.13.0(2024-08-04 23:15:19)
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