Sebastienheyd Boilerplate Versions Save

Laravel AdminLTE 3 Boilerplate package with blade components, users, roles and permissions management

7.21.0

1 year ago

7.20.0

1 year ago
  • Fix of the border color of the email field of the login form in dark mode.
  • Fix delete button after avatar upload.
  • Laravel locale files are now loaded automatically without publication.
  • Migration from laravelcollective/html (deprecated) to spatie/html

NB: if you need to maintain compatibility with older versions of the boilerplate (e.g. if you have modified views from an older version), you should require laravelcollective/html in your Laravel project. However, I advise you to migrate to spatie/html in your views.

7.19.6

1 year ago

Allow instance of View when using NavbarRepository

7.19.5

1 year ago

Fix menu sub item exception when parent has not a valid permission

7.19.4

1 year ago

Fix highlight color for TinyMCE in dark mode

7.19.3

1 year ago

Assets update

7.19.2

1 year ago

Fix a problem with config:cache when using views in navbar

7.19.1

1 year ago
  • Fix menu icons
  • Some menu items optimizations

7.19.0

1 year ago

This version no longer uses hieu-le/active (the project seems to be discontinued) and overtrue/laravel-lang (the project is discontinued).

7.18.0

1 year ago
  • Automatic dark mode if system is defined to dark mode (can be disabled in config file)
  • Fixes for retro compatibility with old Laravel versions
  • Bug fixes
  • Better code coverage
  • Refactoring