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 integration for Laravel 5
Install via composer
composer require renderbit-technologies/adminlte
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 package facade in config/app.php in aliases section
RenderbitTechnologies\AdminLTE\Facades\AdminLTE::class,
php artisan vendor:publish --provider="RenderbitTechnologies\AdminLTE\ServiceProvider" --tag="config"
php artisan vendor:publish --provider="RenderbitTechnologies\AdminLTE\ServiceProvider" --tag="assets"
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
This package is bootstrapped with the help of melihovv/laravel-package-generator.