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
Use adminetic auth route. In web.php paste following
This allows you to have necessary login credential
Register Admin Service Provider
Last updated
Was this helpful?