libressltd / lbsa
lbsa
Package info
Language:JavaScript
pkg:composer/libressltd/lbsa
0.5.8.4
2017-04-14 04:31 UTC
This package is not auto-updated.
Last update: 2026-06-21 05:31: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")