zaman101 / laravel-admin-panel
Laravel Backend Admin Panel using AdminLTE 3.
Package info
github.com/zaman101/laravel-admin-panel
Language:JavaScript
Type:project
pkg:composer/zaman101/laravel-admin-panel
Requires
- php: ^7.3|^8.0
- laravel/framework: ^8.40
This package is auto-updated.
Last update: 2026-03-14 15:47:09 UTC
README
Features
This package contains backend template for laravel framework. This package contains AdmintLTE3 template. Also it contain a sample CRUD template.
Installation
First, install the package via composer:
composer require zaman101/laravel-admin-panel dev-master
Configuration
After updating composer, publish the configuration:
php artisan vendor:publish --provider="Zaman101\LaravelAdminPanel\AdminPanelServiceProvider"
You can publish configuration with tag also:
php artisan vendor:publish --provider="Zaman101\LaravelAdminPanel\AdminPanelServiceProvider" --tag=views
For access routes add this to web.php:
require __DIR__.'/backend.php';
This will copy the views to resource/backend where you can edit it. Also css are added to public/backend folder. Now serve the project and login to the system. You can see dashboard and a sample CRUD design.