Download the PHP package luisozparr/adminlte_laravel_components without Composer
On this page you can find all versions of the php package luisozparr/adminlte_laravel_components. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download luisozparr/adminlte_laravel_components
More information about luisozparr/adminlte_laravel_components
Files in luisozparr/adminlte_laravel_components
Download luisozparr/adminlte_laravel_components
More information about luisozparr/adminlte_laravel_components
Files in luisozparr/adminlte_laravel_components
Vendor luisozparr
Package adminlte_laravel_components
Short Description This package contain multiple components for jeroennoten/laravel-adminlte
License MIT
Package adminlte_laravel_components
Short Description This package contain multiple components for jeroennoten/laravel-adminlte
License MIT
Please rate this library. Is it a good library?
Informations about the package adminlte_laravel_components
Laravel components to AdminLTE
This package provided some laravel components using AdminLTE template https://adminlte.io/ to use this template in laravel, this package require of
Install
-
Require the package using composer:
luisozparr/adminlte_laravel_components -
Add the service provider to the providers in config/app.php:
Ozparr\AdminlteComponents\AdminlteComponentServiceProvider::class JeroenNoten\LaravelAdminLte\ServiceProvider::class, -
Publish the public assets of :
php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=assets
Usage
Note: if you want use layout of AdminLTE we recommend read about usage of https://github.com/jeroennoten/Laravel-AdminLTE#3-usage
You can use this components in the following way:
Callout
- Parameters:
iconstring (default 'fas fa-info')titlestringcol(Like col-md-*)
- Slots:
body(or slot)
- Example:
Card
- Parameters:
titlestring (default '')
- Slots:
body(or slot)toolsfooteractionbar
- Example:
Form
form
- Parameters:
methodstring
- Example:
input
- Parameters:
namenull|string (default null)iconstring|null (default null)iconPositionstring(left/right) (default left)
- Example:
select
- Slot:
options
- Example:
textarea
- Parameters:
namestring
Dropdown
- Parameters:
titlestring
- slot:
options
- Example:
infoBox
- Parameters:
iconColornull|string (default null)iconnull|string icon (default null)numbernull|string number (default null)
- Example:
Modal
- Parameters:
sizeModalnull|string (default null)titlestring (default '')
- Slots:
footer
- Example:
Tabs
- Slots:
optionsrequired tabs.option component- Parameters:
referencestring
contentsrequired tabs.content component- Parameters:
referencestring
- Example:
All versions of adminlte_laravel_components with dependencies
PHP Build Version
Package Version
The package luisozparr/adminlte_laravel_components contains the following files
Loading the files please wait ...