aliqasemzadeh/jetadmin

The official Laravel starter kit for Livewire.

v0.1.0 2024-12-07 14:18 UTC

This package is auto-updated.

Last update: 2025-03-08 10:52:46 UTC


README

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. spatie/laravel-permission
  4. wire-elements/modal
  5. power-components/livewire-powergrid

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: