Installation
Getting started with adminetic admin panel.
Adminetic is laravel admin starter kit with user, role and permission, activity, settings and preference management along with CRUD, ACL, BREAD Permission, Repo Pattern, SuperAdmin Generator
Installation
You can install the package via composer:
Add AdmineticUser Trait.
In your user model,
Install Adminetic
Migrate Database
Seeded Dummy Data
Note: If we enable migrate_wth_dummy in adminetic config file dummy data are seeded on migration. Then above command can be avoided.
Use adminetic auth route. In web.php paste following
This allows you to have necessary login credential
Admin Credential email : admin@admin.com password: admin123
Register Admin Service Provider
Last updated