LaravelPackages.net
Acme Inc.
Toggle sidebar
zaman101/laravel-admin-panel

Laravel Backend Admin Panel using AdminLTE 3.

29
2
About zaman101/laravel-admin-panel

zaman101/laravel-admin-panel is a Laravel package for laravel backend admin panel using adminlte 3.. It currently has 2 GitHub stars and 29 downloads on Packagist. Install it with composer require zaman101/laravel-admin-panel. Discover more Laravel packages by zaman101 or browse all Laravel packages to compare alternatives.

Last updated

Laravel Admin Panel

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.

Comments