2017 © Pedro Peláez
 

library adminlte

Package to generate adminlte layout views

image

kmligue/adminlte

Package to generate adminlte layout views

  • Saturday, January 13, 2018
  • by kmligue
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 8 % Grown

The README.md

AdminLTE

Package to generate adminlte layout views, (*1)

Installation

composer require kmligue/adminlte:dev-master

add to your providers array (config/app.php), (*2)

KMLigue\AdminLTE\AdminLTEServiceProvider::class,

to publish the views file, (*3)

php artisan vendor:publish

this command will generate assets file in public/assets folder and views file in views/kmligue/adminlte folder. You can move the generated views file according to your folder structure., (*4)

The Versions

13/01 2018

dev-master

9999999-dev

Package to generate adminlte layout views

  Sources   Download

MIT

by Kelvin Martin Ligue