• Stars
    star
    114
  • Rank 301,884 (Top 7 %)
  • Language Vue
  • Created over 1 year ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Boilerplate Laravel Breeze Inertia Vue with Role Base Access Control

Screenshots

LightΒ  Dark LoginΒ  Register DashboardΒ  User UserΒ  Permission Modal FormΒ  Modal Confirm Toast Notification SuccessΒ  Toast Notification Error

Features

  • Role Based Access Control
  • Responsive Design
  • Modal Form
  • Bulk Action
  • Light/Dark Mode
  • Toast Notification
  • Rich Feature Datatable Serverside
  • Tooltip
  • Localization (EN/ID)
  • SSR (Server Side Rendering)

Requirements

  • Php 8
  • Composer
  • Mysql
  • Apache

Installation

git clone https://github.com/erikwibowo/Laravel-Brive.git
cd Laravel-Brive
composer update
npm install
cp .env.example .env
php artisan key:generate

SETTING UP DB CONNECTION IN .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=brive
DB_USERNAME=root
DB_PASSWORD=

php artisan migrate:fresh --seed

START THE SERVER
npm run dev
php artisan serve

Login With

Superadmin

email : [email protected]
password : superadmin

Admin

email : [email protected]
password : admin

Operator

email : [email protected]
password : operator

Packages

Build With

Laravel Logo

Build Status Total Downloads Latest Stable Version License