Skip to content

Releases: hexters/ladmin

V2.1.0

09 Apr 01:50

Choose a tag to compare

New Feature

  • Add --with-admin-table option when install the Ladmin package.
  • Overwrite config/auth.php to add new the admin guard
  • Create new migration file to create ladmin_accounts table.
  • Create new Modules\Ladmin\Models\Admin class to set as default user for Ladmin.
  • Overwrite DatabaseSeed in Ladmin module.
  • Create new Modules\Ladmin\Databases\Factories\AdminFactory class.

v2.0.0

31 Mar 23:09

Choose a tag to compare

Overview

Create Module

$ php artisan module:make Blog

You can directly access the admin page via the link below.

http://localhost:8000/administrator/blog

View complete Documentation Module

v1.8.0

09 Jan 10:40

Choose a tag to compare

Changelog

  • Change notification concept to Laravel notification default.
  • Relocate button create on datatables
  • Reset datatables layout to default layout