Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laravel Adminlte Laravel Package

jeroennoten/laravel-adminlte

View on GitHub
Deep Wiki
Context7
v3.15.2
v3.14.3
v3.14.2

What's Changed

Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.14.1...v3.14.2

v3.14.1

What's Changed

Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.14.0...v3.14.1

v3.14.0

What's Changed

Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.12.1...v3.14.0

Breaking Changes

[!CAUTION] The right-sidebar section was renamed to right_sidebar to 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:

Old config

    /*
    |--------------------------------------------------------------------------
    | 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',

New config

    /*
    |--------------------------------------------------------------------------
    | 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.

v3.12.0

What's Changed

Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.11.0...v3.12.0

[!IMPORTANT] The basic_views package resource was removed, since it was nothing but just a very basic example of how to use the layout. The basic_routes package resource was renamed to auth_routes to be more meaningful. The enhanced installation type was removed and replaced by types: basic_with_auth (basic installation resources and legacy Laravel/UI related resources) and basic_with_views (basic installation and publishing of the layout views). However, neither of the changes affect the normal installation of the package.

v3.10.0

What's Changed

Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.9.4...v3.10.0

v3.9.4

What's Changed

Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.9.3...v3.9.4

v3.9.2
v3.8.6

What's Changed

New Contributors

Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.8.5...v3.8.6

v3.8.5

What's Changed

New Contributors

Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.8.4...v3.8.5

v3.8.4

What's Changed

New Contributors

Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.8.3...v3.8.4

v3.8.2

What's Changed

Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.8.1...v3.8.2

v3.8.1

Added

  • Add HTML entity support for the components properties (#1075) @Shidersz

Changed

  • Improve the x-adminlte-card component (#1066) @Shidersz
  • Change lang files publishing logic to support Laravel 9 (#1083) @Shidersz
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

v3.7.3

Notes

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:clear
  • php artisan view:clear

Added

  • Add old() support to advanced form components (#1027 , #1043 ) @Shidersz
  • Append extra bottom slot on the base input-group component` (#1040) @shankhadevpadam
  • Added Italian translation for menu and iframe (#1046, #1047) @Rattone

Changed

  • Improve datatables component layout (#1016) @Shidersz
  • Improve old() support logic on components (#1041) @Shidersz
  • Improve errors bag treatment on input-group component for Livewire support (#1035) @Shidersz
  • Add fixes to form components (#1048) @Shidersz
  • Move component's classes to View/Components folder to follow the Laravel way (#1022) @Shidersz
v3.7.2

Added

  • Add colors to profile and logout icons (#1007) @Shidersz
  • Add Old support for basic form components (#1012) @Shidersz

Changed

  • Update Authentication Views (#1009) @Shidersz
v3.7.1

Added

  • Add main views manually update warning when updating (#996) @Shidersz
  • Add new translations for email validations pages PT-BR (#998) @samuel-lujan

Fixed

  • Fix correct uppercase on extends InputGroupComponent on SelectBs (#987) @betogm
v3.7.0

Added

v3.6.1

Added

  • Add more Polish translations (#914) @mhajder

Changed

  • Review the sidebar mini configuration options (#899) @Shidersz
  • Improve error lookup on the session's errors bag for the components (#907) @Shidersz
  • Only add section "content-header" if is set (#918) @warquia

Important

The 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.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
devexploris/shizuku-feature-flags
ecourty/token-bundle
ducrot/twigcn-bundle
bytes-commerce/easy-blog
astroway/sdk-symfony
aljerom/symfony-boilerplate
alengo/sulu-mcp-server-bundle
ai-gateway/ai-gateway-bundle
softbery/laravel-wweditor
hmdev1/lern
comsave/common
alecsammon/php-raml-parser
chrome-php/wrench
lendable/composer-license-checker
typhoon/reflection
mesilov/moneyphp-percentage
mike42/gfx-php
bookdown/themes
aura/view
aura/html