Skip to content

V2.1.0

Latest
Compare
Choose a tag to compare
@hexters hexters released this 09 Apr 01:50
· 34 commits to master since this release

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.