PHPackages                             luisozparr/adminlte\_laravel\_components - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. luisozparr/adminlte\_laravel\_components

ActiveLibrary[Admin Panels](/categories/admin)

luisozparr/adminlte\_laravel\_components
========================================

This package contain multiple components for jeroennoten/laravel-adminlte

v1.6(5y ago)12341[1 issues](https://github.com/LuisOzParr/adminlte_laravel_components/issues)[2 PRs](https://github.com/LuisOzParr/adminlte_laravel_components/pulls)2MITPHPPHP ^7.2CI failing

Since Dec 12Pushed 3y ago2 watchersCompare

[ Source](https://github.com/LuisOzParr/adminlte_laravel_components)[ Packagist](https://packagist.org/packages/luisozparr/adminlte_laravel_components)[ RSS](/packages/luisozparr-adminlte-laravel-components/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (2)Versions (17)Used By (2)

Laravel components to AdminLTE
==============================

[](#laravel-components-to-adminlte)

This package provided some laravel components using AdminLTE template  to use this template in laravel, this package require of `jeroennoten/laravel-adminlte`

Install
=======

[](#install)

1. Require the package using composer:

    ```
     luisozparr/adminlte_laravel_components

    ```
2. Add the service provider to the providers in config/app.php:

    ```
     Ozparr\AdminlteComponents\AdminlteComponentServiceProvider::class
     JeroenNoten\LaravelAdminLte\ServiceProvider::class,

    ```
3. Publish the public assets of `jeroennoten/laravel-adminlte`:

    ```
     php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=assets

    ```

Usage
=====

[](#usage)

***Note:*** if you want use layout of AdminLTE we recommend read about usage of `jeroennoten/laravel-adminlte`

You can use this components in the following way:

Callout
-------

[](#callout)

- Parameters:
    - `icon` string (default 'fas fa-info')
    - `title` string
    - `col` (Like col-md-\*)
- Slots:
    - `body` (or slot)
- Example:

```

    Hola mundo :D

```

Card
----

[](#card)

- Parameters:
    - `title` string (default '')
- Slots:
    - `body` (or slot)
    - `tools`
    - `footer`
    - `actionbar`
- Example:

```

    This is the body :D

            Success

```

Form
----

[](#form)

### form

[](#form-1)

- Parameters:
    - `method` string
- Example:

```

    Form body :D

```

### input

[](#input)

- Parameters:
    - `name` null|string (default null)
    - `icon` string|null (default null)
    - `iconPosition` string(left/right) (default left)
- Example:

```

    This is a label

```

### select

[](#select)

- Slot:
    - `options`
- Example:

```

    This is a label

        @foreach($items as $item)
            Option :D
        @endforeach

```

### textarea

[](#textarea)

- Parameters:
    - `name` string

```

    Description

```

Dropdown
--------

[](#dropdown)

- Parameters:
    - `title` string
- slot:
    - `options`
- Example:

```

        Edit

        Delete

```

infoBox
-------

[](#infobox)

- Parameters:
    - `iconColor` null|string (default null)
    - `icon` null|string icon (default null)
    - `number` null|string number (default null)
- Example:

```

```

Modal
-----

[](#modal)

- Parameters:
    - `sizeModal` null|string (default null)
    - `title` string (default '')
- Slots:
    - `footer`
- Example:

```

    modal open

'Modal' id="myModal" size-modal="modal-xl">
    Hello world

         Success

```

Tabs
----

[](#tabs)

- Slots:
    - `options` required tabs.option component
        - Parameters:
            - `reference` string
    - `contents` required tabs.content component
        - Parameters:
            - `reference` string
- Example:

```

            Option1

            Option2

            Option3

            Hello world 1

            Hello world 2

            Hello world 3

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 85.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~68 days

Recently: every ~32 days

Total

11

Last Release

2024d ago

Major Versions

v0.2.2 → v1.02020-04-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/c9de69d347a3aad41741326c572ef2e10dca2bc94a48b874b683d1179e6a534b?d=identicon)[LuisOzParr](/maintainers/LuisOzParr)

---

Top Contributors

[![LuisOzParr](https://avatars.githubusercontent.com/u/15320788?v=4)](https://github.com/LuisOzParr "LuisOzParr (23 commits)")[![Victxrlarixs](https://avatars.githubusercontent.com/u/35201083?v=4)](https://github.com/Victxrlarixs "Victxrlarixs (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/luisozparr-adminlte-laravel-components/health.svg)

```
[![Health](https://phpackages.com/badges/luisozparr-adminlte-laravel-components/health.svg)](https://phpackages.com/packages/luisozparr-adminlte-laravel-components)
```

###  Alternatives

[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)[magefan/module-admin-user-guide

Admin panel user guides.

132.5M1](/packages/magefan-module-admin-user-guide)[resma/filament-awin-theme

A modern, responsive, and customizable theme for FilamentPHP, designed to elevate your admin panel with a sleek interface and seamless user experience.

1714.6k](/packages/resma-filament-awin-theme)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
