Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikwibowo/Laravel-Brive
Boilerplate Laravel Breeze Inertia Vue with Role Base Access Control
https://github.com/erikwibowo/Laravel-Brive
breeze inertiajs laravel ssr tailwindcss vue vuejs
Last synced: 3 days ago
JSON representation
Boilerplate Laravel Breeze Inertia Vue with Role Base Access Control
- Host: GitHub
- URL: https://github.com/erikwibowo/Laravel-Brive
- Owner: erikwibowo
- Created: 2022-12-18T18:54:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T08:54:44.000Z (6 months ago)
- Last Synced: 2024-08-01T13:18:27.595Z (3 months ago)
- Topics: breeze, inertiajs, laravel, ssr, tailwindcss, vue, vuejs
- Language: Vue
- Homepage: https://brive.erikwibowo.com
- Size: 1.44 MB
- Stars: 153
- Watchers: 4
- Forks: 50
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Screenshots
# 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
``` bash
git clone https://github.com/erikwibowo/Laravel-Brive.git
cd Laravel-Brive
composer update
npm install
cp .env.example .env
php artisan key:generateSETTING 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
``` bash
email : [email protected]
password : superadmin
```
### Admin
``` bash
email : [email protected]
password : admin
```
### Operator
``` bash
email : [email protected]
password : operator
```
# Packages
- [Vue](https://vuejs.org/)
- [Inertia](https://inertiajs.com/)
- [Tailwind](https://tailwindcss.com/)
- [Spatie](https://spatie.be/docs/laravel-permission/v5/introduction)
- [Floating Vue](https://floating-vue.starpad.dev/)
- [VueUse](https://vueuse.org/)
- [Hero Icons](https://heroicons.com/)
- [HeadlessUI](https://headlessui.com/)
# Build With