Skip to content

Releases: jeroennoten/Laravel-AdminLTE

v3.0.6

25 Nov 10:56
Compare
Choose a tag to compare
fixed adminlte:status check for multiple package/asset paths (#429)

* fixed adminlte:status check for multiple package/asset paths

* fix cs

v3.0.5

25 Nov 08:39
Compare
Choose a tag to compare
Update register.blade.php (#428)

v3.0.4

19 Nov 14:02
Compare
Choose a tag to compare
small enhancements (#424)

* added missing plugins in adminlte:plugins command

* added autofocus in auth views

v3.0.3

12 Nov 12:22
Compare
Choose a tag to compare

Parameter send support is added to route function. (#415) @om3rcitak
some further enhancements & fixes (#421) @REJack
Fixed translation export path (#420) @yasir91 @mnishihan

v3.0.2

07 Nov 13:41
Compare
Choose a tag to compare
Merge branch 'laravel6-adminlte3'

* laravel6-adminlte3: (33 commits)
  change readme for older versions
  enhanced url config values & more (#410)
  Update composer.json (#408)
  Apply fixes from StyleCI (#407)
  fixed main_views copy and added load fallback (#406)
  some small various fixes & new  adminlte:status command (#399)
  some little fixes & enhancements (#397)
  readme update & small fixes in install command (#395)
  Refactoring ServiceProvider and adminlte:installer (#381)
  Delete package-lock.json
  Add Laravel Mix instructions (#384)
  Add missing header tag (#383)
  rename service provider in readme
  AdminLTE v3 sidebar menu highlight fix & composer driven vendor assets (#378)
  fix tests
  fix tests
  add adminlte logo
  rename adminlte css min
  rename adminlte css
  cleanup
  ...

v3.0.1

06 Nov 15:26
Compare
Choose a tag to compare
enhanced url config values & more (#410)

* fixed main_views copy and added load fallback

* enhanced url setting
- added missing url config entries
- added ability to use routes instead of url
- added ability to override url settings via blade files
- updated README.md with new config options

* added ability to add `id`-attributes to menu items

v3.0.0

02 Nov 15:43
533697d
Compare
Choose a tag to compare

First release with AdminLTE v3 support. ❤️

Please follow the instructions of the readme (https://github.com/jeroennoten/Laravel-AdminLTE/blob/laravel6-adminlte3/README.md).

A lot of thanks to @REJack 🎁 He makes AdminLTE v3 possible.

v3.0.0 RC 2

16 Oct 15:53
Compare
Choose a tag to compare
v3.0.0 RC 2 Pre-release
Pre-release
some small various fixes & new  adminlte:status command (#399)

* added classes for content-header & content

* fixed plugin selection for adminlte:plugins install

* moved compareDirectories to CommandHelper

* fixed brand-link classes

* first steps to adminlte:status command - reworked adminlte:install to share protected - created adminlte:status command

* added classes_brand_text option

* enhanced adminlte:status & a bit adminlte:install

* fixed ci

* removed --include-plugins placeholder option in adminlte:status

v3.0.0-rc.1 - AdminLTE v3

14 Oct 15:26
Compare
Choose a tag to compare
Pre-release

This is the first RC with the integration of AdminLTE v3 within Laravel 6.

Link to demo of AdminLTE v3: https://adminlte.io/themes/dev/AdminLTE/index3.html

Thanks a lot for the great work! @REJack ❤️

v2.0.2

04 Oct 06:28
Compare
Choose a tag to compare

Added support for Laravel 6.1 and coming minior releases