Laravel package for back-office creation
Top 96.8% on SourcePulse
This package provides a Laravel-based boilerplate for quickly building back-office administration panels, featuring user management, roles, permissions, and a customizable AdminLTE 3 theme. It targets Laravel developers seeking a pre-configured foundation for admin interfaces, offering rapid development of common administrative features.
How It Works
The boilerplate integrates several popular Laravel packages to provide its functionality. It leverages AdminLTE 3 for the frontend theme, santigarcor/laratrust for role-based access control, and yajra/laravel-datatables for server-side data handling. Blade components, spatie/laravel-html for form helpers, and lavary/laravel-menu for dynamic menu generation are also included, creating a cohesive and feature-rich administrative backend.
Quick Start & Requirements
composer require sebastienheyd/boilerplate
php artisan vendor:publish --tag=boilerplate
php artisan migrate
Highlighted Details
Maintenance & Community
The project is maintained by Sébastien HEYD. Contributing guidelines are available in CONTRIBUTING.md
.
Licensing & Compatibility
Distributed under the MIT license, allowing for commercial use and integration into closed-source projects.
Limitations & Caveats
Asset updates require manual intervention or configuration in composer.json
for automatic publishing, especially for older Laravel versions. The README mentions specific version compatibility between Laravel and Boilerplate, requiring users to ensure alignment.
1 month ago
1 day