Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Releases: HZ-HBO-ICT/Laravel-CoreUI

Laravel 8 + CoreUI 3 update

05 Oct 07:36
488fa40
Compare
Choose a tag to compare

Changelog is quite big, so it's probably easier to just list the two corresponding (and well documented) pull requests:

Laravel 8 update: #42
CoreUI 3 update: #44

Many thanks to @Daniel-I-Am for making this possible

v3.4.0

27 Oct 08:52
Compare
Choose a tag to compare

Changed

  • Updated to CoreUI 2.1.16
  • Added alt text to license badge in README to improve accessibility (@BackEndTea #38 )

v3.3.0

10 Oct 12:43
Compare
Choose a tag to compare

Added

  • Possibility for users to create badges in their menu. See updated config/coreui.php file for instructions.

Changed

  • Update master template with a csrf token in <meta> tag (@Albvadi)
  • Update templating system so users can easily edit the footer (@Albvadi) and account dropdown menu

v3.2.1

08 Oct 07:34
766baae
Compare
Choose a tag to compare

Update FontAwesome to 5.11.2

v3.2.0

11 Sep 14:36
Compare
Choose a tag to compare

Removed the necessity for using Yarn while working in this project.

v3.0.0

09 Sep 09:10
Compare
Choose a tag to compare

Update to ensure compatibility with Laravel 6 and higher.

Please note that we've removed compatibility with any version lower than Laravel 6.0.

You can use older, unsupported versions (^2.0.0) of this package to be compatible with Laravel 5.8

We've also tried to adhere to the structuring of the new laravel/ui package to make it as easy as possible to extend this package with the knowledge you already have. The only differences are in the file paths, so please note them.