- Clone this repository
git clone https://github.com/aryawpratama/LaravueJetstream-RolePermission.git
. - Rename the
.env.examlpe
to.env
- Configure database in the
.env
file. - Run
composer update
. - Run
php artisan key:generate
. - Run
php artisan migrate --seed
. - Run
npm install && npm run dev
. - Enjoy this template .
1. Admin
Email : [email protected]
Password : 12345678
2. User
Email : [email protected]
Password : 12345678
- Jetstream
- Vue.js v2
- Inertia.js
- Spatie
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.