meticulousfan / Laravel-inertia-vue-Brive

Laravel Breeze Inertia Vue starter app with RBAC

Home Page:https://brive.erikwibowo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

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 : superadmin@superadmin.com
password : superadmin

Admin

email : admin@admin.com
password : admin

Operator

email : operator@operator.com
password : operator

Packages

Build With

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About

Laravel Breeze Inertia Vue starter app with RBAC

https://brive.erikwibowo.com


Languages

Language:PHP 51.4%Language:Vue 41.2%Language:Blade 5.4%Language:JavaScript 1.1%Language:CSS 0.5%Language:Shell 0.3%