Hexters Ladmin Versions Save

Make an Administrator page in 5 minutes

2.1.0

2 years ago

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.

2.0.0

2 years ago

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

3 years ago

Changelog

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