drfcozapata / Laravel-Brive

Boilerplate Laravel Breeze Inertia Vue with Role Base Access Control

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)
  • 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 : 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

Boilerplate Laravel Breeze Inertia Vue with Role Base Access Control

https://brive.erikwibowo.com


Languages

Language:Vue 46.5%Language:PHP 46.5%Language:Blade 5.3%Language:JavaScript 1.2%Language:CSS 0.5%