mark-villudo/admin-lte

There is no license information available for the latest version (dev-master) of this package.

Laravel package for Admin LTE

Installs: 580

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

dev-master 2019-01-17 07:20 UTC

This package is auto-updated.

Last update: 2025-03-01 00:45:11 UTC


README

Laravel package Admin Lte

Installation

Require this package with composer.

composer require mark-villudo/admin-lte

Usage

//Add to config/app.php

MarkVilludo\AdminLte\ServiceProvider::class,

Installation

//Publish public assets

php artisan vendor:publish --provider="MarkVilludo\AdminLte\ServiceProvider" --tag="assets"

//Publish initial views.

php artisan vendor:publish --provider="MarkVilludo\AdminLte\ServiceProvider" --tag="views"

License

The MIT License (MIT). Please see License File for more information.