lbsa

Installs: 668

Dependents: 4

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Language:JavaScript

0.5.8.4 2017-04-14 04:31 UTC

README

This is a form element pre-written with adminlte library of acacha.

How to install

Step 1: install

composer require libressltd/lbsa

Step 2: add service provider

In config/app.php, add following line to provider

LIBRESSLtd\LBSA\LBSAServiceProvider::class,

Step 3: Publish

php artisan vendor:publish --tag=lbsa_init --force

Step 4: Copy app.blade.php file to root folder of view, extend in any view

@extend("app")