Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.15.3...v3.16.0
.scrutinizer.yml configuration to use newer PHP version by @dfsmania in https://github.com/jeroennoten/Laravel-AdminLTE/pull/1355, https://github.com/jeroennoten/Laravel-AdminLTE/pull/1359 and https://github.com/jeroennoten/Laravel-AdminLTE/pull/1364Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.15.2...v3.15.3
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.15.1...v3.15.2
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.15.0...v3.15.1
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.14.3...v3.15.0
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.14.2...v3.14.3
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.14.1...v3.14.2
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.14.0...v3.14.1
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.12.1...v3.14.0
[!CAUTION] The
right-sidebarsection was renamed toright_sidebarto keep consistency with other section names (see details on #1301). So you should update your views extending this template if you were using that section. Also, it's recommended to review and update the package published views if it's your case.
While including Vite Support the old Laravel Mix configuration was reworked. This new version would still be compatible with the old configurations options, however we recommend migrating to the new one:
/*
|--------------------------------------------------------------------------
| Laravel Mix
|--------------------------------------------------------------------------
|
| Here we can enable the Laravel Mix option for the admin panel.
|
| For detailed instructions you can look the laravel mix section here:
| https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Other-Configuration
|
*/
'enabled_laravel_mix' => false,
'laravel_mix_css_path' => 'css/app.css',
'laravel_mix_js_path' => 'js/app.js',
/*
|--------------------------------------------------------------------------
| Laravel Asset Bundling
|--------------------------------------------------------------------------
|
| Here we can enable the Laravel Asset Bundling option for the admin panel.
| Currently, the next modes are supported: 'mix', 'vite' and 'vite_js_only'.
| When using 'vite_js_only', it's expected that your CSS is imported using
| JavaScript. Typically, in your application's 'resources/js/app.js' file.
| If you are not using any of these, leave it as 'false'.
|
| For detailed instructions you can look the asset bundling section here:
| https://github.com/jeroennoten/Laravel-AdminLTE/wiki/Other-Configuration
|
*/
'laravel_asset_bundling' => false,
'laravel_css_path' => 'css/app.css',
'laravel_js_path' => 'js/app.js',
See details on Wiki / Misc Config. Also, if you want to use the new configuration options with VITE and you had previously published the package views, then you'll need to update them.
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.12.0...v3.13.0
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.11.0...v3.12.0
[!IMPORTANT] The
basic_viewspackage resource was removed, since it was nothing but just a very basic example of how to use the layout. Thebasic_routespackage resource was renamed toauth_routesto be more meaningful. Theenhancedinstallation type was removed and replaced by types:basic_with_auth(basic installation resources and legacyLaravel/UIrelated resources) andbasic_with_views(basic installation and publishing of the layout views). However, neither of the changes affect the normal installation of the package.
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.10.0...v3.11.0
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.9.4...v3.10.0
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.9.3...v3.9.4
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.9.2...v3.9.3
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.9.1...v3.9.2
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.9.0...v3.9.1
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.8.6...v3.9.0
$errors bag variable is undefined by @dfsmania in https://github.com/jeroennoten/Laravel-AdminLTE/pull/1159datatable.blade.php to add support for custom classes in the headers by @Gal-Arte in https://github.com/jeroennoten/Laravel-AdminLTE/pull/1164Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.8.5...v3.8.6
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.8.4...v3.8.5
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.8.3...v3.8.4
LayoutHelper to support PHP8.2 by @romanstingler in https://github.com/jeroennoten/Laravel-AdminLTE/pull/1119Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.8.2...v.3.8.3
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.8.1...v3.8.2
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:updatephp artisan cache:clearIt 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.
Due to #1022 you may face the next error:
Target class [
JeroenNoten\LaravelAdminLte\Components\XXX\YYYY] does not exist
In these cases try clearing your application caches (see #1055):
php artisan cache:clearphp artisan view:clearold() support to advanced form components (#1027 , #1043 ) @Shiderszinput-group component` (#1040) @shankhadevpadamdatatables component layout (#1016) @Shiderszold() support logic on components (#1041) @Shiderszinput-group component for Livewire support (#1035) @ShiderszView/Components folder to follow the Laravel way (#1022) @ShiderszThe new supported options for the sidebar_mini configuration will be:
'lg' to enable sidebar mini mode for desktop and bigger screens (>= 992px).'md' to enable sidebar mini mode for small tablet and bigger screens (>= 768px).'xs' to enable sidebar mini mode for extra small and bigger screens (>= 0px).null to disable the sidebar mini mode.Please, review your config/adminlte.php and change that option to one of the new values.
How can I help you explore Laravel packages today?