Skip to content

Releases: nasirkhan/laravel-starter

v8.0.0

28 Oct 09:19
89f8b72
Compare
Choose a tag to compare

Updated

  • Laravel updated to 8.x
  • Seeders Updated
  • User factories updated
  • Laravel Media Library package updated (including database changes)
  • All the packages updated
  • Laravel Module package updated to for Laravel 8
  • Pagination is set to Bootstrap

Removed

  • Empty factories form the Modules

v7.14.0

14 Oct 06:10
ff22856
Compare
Choose a tag to compare

Added

  • Create user from admin, password issue fixed
  • Username will be created automatically
  • Initial username can be set from .env file

v7.12.0

07 Oct 11:09
216a8c4
Compare
Choose a tag to compare

Updated

  • Post share issue fixed
  • Share buttons added to profile
  • Profile edit validation
  • Username will be created automatically now
  • footer style update

v7.11.0

05 Oct 18:03
5dc6422
Compare
Choose a tag to compare

Added

  • An artisan command to populate the demo data. The command is the following, php artisan starter:insert-demo-data --fresh. The --fresh option will truncate the posts, categories, tags, and comments table database tables.

Updated

  • Comment table factory

v7.10.0

04 Oct 07:46
040aa36
Compare
Choose a tag to compare

Added

  • New frontend theme added

Updated

  • Article, Tag, Comment modules updated with the theme

v7.9.0

22 Aug 06:25
c4ae904
Compare
Choose a tag to compare

Added

  • redirectTo path added
  • new frontend asset build

v7.8.0

30 Jul 08:11
aa49433
Compare
Choose a tag to compare

Updated

  • Button components are being used
  • Log Viewer localization enabled

v7.7.0

29 Jul 20:13
Compare
Choose a tag to compare

Added

  • Localization enabled for the modules

Updated

  • Button component fixed
  • Active menu selection fixed

v7.6.0

29 Jul 05:13
Compare
Choose a tag to compare

Added

  • Google Analytics can be added form application settings page

v7.5.0

26 Jul 21:23
2097c2d
Compare
Choose a tag to compare

Added

  • Language switch button
  • Language switch middleware and other options
  • Date time with Locale
  • data table updated
  • Blade components added for common UI blocks

Updated

  • New Backend theme installed
  • CoreUI icon set added
  • common libraries can be added by blade component
  • Application cache will be cleared when user permission updates
  • User Seed default password changed

Deleted

  • Aside layout deleted