thuylee/ltsa
ltsa
Installs: 9
Dependents: 0
Suggesters: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:JavaScript
README
This is a form element pre-written with adminlte library of acacha.
How to install
Step 1: install
composer require thuylee/ltsa
Step 2: add service provider
In config/app.php, add following line to provider
ThuyLee\LTSA\LTSAServiceProvider::class,
Step 3: Publish
php artisan vendor:publish --tag=ltsa_init --force
Step 4: Copy app.blade.php file to root folder of view, extend in any view
@extend("app")