Core Project
Production-Ready RBAC Framework
Project Overview
A clean, production-ready Laravel template with built-in Role-Based Access Control (RBAC) and Permission Management system. Perfect for building scalable applications with user authentication and authorization.
Includes automatic permission generation from controllers, dynamic role creation, fine-grained permission system, and a complete admin dashboard for managing users, roles, and permissions.
Core Features
User Authentication
Laravel authentication scaffolding with secure password management.
RBAC System
Dynamic role creation and management with fine-grained permissions.
Permission Management
Automatic permission generation from controllers.
Admin Dashboard
Complete dashboard for managing users, roles, and permissions.
Tech Stack
Laravel 10.x
Framework
PHP 8.1+
Language
MySQL 8.0+
Database
Laravel Sanctum
Auth
Spatie Permission
RBAC
Vite
Build Tool
Quick Start
git clone https://github.com/0x13v/Laravel-Core-Project-Template.git
cd Laravel-Core-Project-Template
composer install && npm install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan serve
Error Pages Preview
View the custom error pages: