2017 © Pedro Peláez
 

library admin-lte

AdminLTE packaged for Laravel 5

image

renderbit/admin-lte

AdminLTE packaged for Laravel 5

  • Wednesday, February 24, 2016
  • by renderbit
  • Repository
  • 3 Watchers
  • 0 Stars
  • 80 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

AdminLTE

Build Status styleci Scrutinizer Code Quality SensioLabsInsight Coverage Status, (*1)

Packagist Packagist Packagist, (*2)

AdminLTE integration for Laravel 5, (*3)

Installation

Install via composer, (*4)

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., (*5)

Add service provider to config/app.php in providers section, (*6)

RenderbitTechnologies\AdminLTE\ServiceProvider::class,

Register Facade

Register package facade in config/app.php in aliases section, (*7)

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 contact@renderbit.com instead of using the issue tracker., (*8)

Credits

This package is bootstrapped with the help of melihovv/laravel-package-generator., (*9)

The Versions

24/02 2016

dev-master

9999999-dev

AdminLTE packaged for Laravel 5

  Sources   Download

MIT

The Requires

 

24/02 2016

v0.3

0.3.0.0

AdminLTE packaged for Laravel 5

  Sources   Download

MIT

The Requires

 

24/02 2016

v0.1

0.1.0.0

AdminLTE packaged for Laravel 5

  Sources   Download

MIT

The Requires