aliqasemzadeh/jetadmin
The official Laravel starter kit for Livewire.
16
6
| Install | |
|---|---|
composer require aliqasemzadeh/jetadmin |
|
| Latest Version: | v0.1.0 |
| PHP: | ^8.2 |
| License: | MIT |
| Last Updated: | Jun 27, 2025 |
| Links: | GitHub · Packagist |
Maintainer: aliqasemzadeh
JetAdmin
Livewire starter kit is good but you need security then you have to roles and permissions, JetAdmin helps you to make admin panel in secure mode.
Requirements
- laravel
- livewire
- fluxui
- spatie/laravel-permission
- power-components/livewire-powergrid
- rappasoft/laravel-authentication-log
Installation
First .env file for project.
Now run migrate to make database:
php artisan migrate
Import Roles:
php artisan system:administrator:create-roles-command
Import Permissions:
php artisan system:administrator:create-permissions-command
Create Administrator:
php artisan system:administrator:create-administrator-command
Done.
ScreenShots
Check out the following screenshots for more visual information: