Skip to content

aliqasemzadeh/jetadmin

Repository files navigation

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

  1. laravel
  2. livewire
  3. fluxui
  4. spatie/laravel-permission
  5. power-components/livewire-powergrid
  6. rappasoft/laravel-authentication-log
  7. 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:

About

JetAdmin is admin panel with Laravel, TailwindCSS, Livewire.

Resources

Stars

Watchers

Forks

Packages

No packages published