LaravelPackages.net
Acme Inc.
Toggle sidebar
renderbit-technologies/adminlte

AdminLTE integration for Laravel 5

5
0
About renderbit-technologies/adminlte

renderbit-technologies/adminlte is a Laravel package for adminlte integration for laravel 5. It currently has 0 GitHub stars and 5 downloads on Packagist. Install it with composer require renderbit-technologies/adminlte. Discover more Laravel packages by renderbit-technologies or browse all Laravel packages to compare alternatives.

Last updated

AdminLTE

Build Status styleci Scrutinizer Code Quality SensioLabsInsight Coverage Status

Packagist Packagist Packagist

AdminLTE integration for Laravel 5

Installation

Install via composer

composer require renderbit-technologies/adminlte

Register Service Provider

Note! This and next step are optional if you use laravel>=5.5 with package auto discovery feature.

Add service provider to config/app.php in providers section

RenderbitTechnologies\AdminLTE\ServiceProvider::class,

Register Facade

Register package facade in config/app.php in aliases section

RenderbitTechnologies\AdminLTE\Facades\AdminLTE::class,

Publish Configuration File

php artisan vendor:publish --provider="RenderbitTechnologies\AdminLTE\ServiceProvider" --tag="config"

Publish Assets

php artisan vendor:publish --provider="RenderbitTechnologies\AdminLTE\ServiceProvider" --tag="assets"

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

This package is bootstrapped with the help of melihovv/laravel-package-generator.

Star History Chart