libressltd / lbsa
lbsa
Installs: 675
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Language:JavaScript
- dev-master
- 0.5.8.4
- 0.5.8.3
- 0.5.8.2
- 0.5.8.1
- 0.5.8
- 0.5.7.4
- 0.5.7.3
- 0.5.7.2
- 0.5.7.1
- 0.5.7
- 0.5.6.3
- 0.5.6.2
- 0.5.6.1
- 0.5.6
- 0.5.5
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0.1
- 0.5
- 0.4.1.1
- 0.4.1
- 0.4
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0.1
- 0.3
- 0.2.0.9
- 0.2.0.8
- 0.2.0.7
- 0.2.0.6
- 0.2.0.5
- 0.2.0.4
- 0.2.0.3
- 0.2.0.2
- 0.2.0.1
- 0.2
- 0.1.11
- 0.1.10
- 0.1.9.5
- 0.1.9.4
- 0.1.9.3
- 0.1.9.2
- 0.1.9.1
- 0.1.9
- 0.1.8.5
- 0.1.8.4
- 0.1.8.3
- 0.1.8.2
- 0.1.8.1
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
This package is not auto-updated.
Last update: 2025-01-18 21:53:00 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")