kmligue/adminlte

Package to generate adminlte layout views

Installs: 98

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

dev-master 2018-01-13 22:34 UTC

This package is not auto-updated.

Last update: 2024-04-28 01:50:26 UTC


README

Package to generate adminlte layout views

Installation

composer require kmligue/adminlte:dev-master

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

KMLigue\AdminLTE\AdminLTEServiceProvider::class,

to publish the views file

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.