PHPackages                             laravel-enso/vueadminlte - 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. laravel-enso/vueadminlte

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

laravel-enso/vueadminlte
========================

Admin LTE Vuefied

1.3.55(7y ago)3663MITVuePHP &gt;=7.1.0

Since Aug 4Pushed 7y ago3 watchersCompare

[ Source](https://github.com/laravel-enso/VueAdminLTE)[ Packagist](https://packagist.org/packages/laravel-enso/vueadminlte)[ Docs](https://github.com/laravel-enso/VueAdminLTE)[ RSS](/packages/laravel-enso-vueadminlte/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (66)Used By (0)

Vue Admin LTE
=============

[](#vue-admin-lte)

[![Codacy Badge](https://camo.githubusercontent.com/b02759c0151c44b254470cdaeac4ff82c66072abadf3968ce51c332973c9ae81/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3232613963383238303363653431306361656538646463363739353764303237)](https://www.codacy.com/app/laravel-enso/VueAdminLTE?utm_source=github.com&utm_medium=referral&utm_content=laravel-enso/VueAdminLTE&utm_campaign=Badge_Grade)[![StyleCI](https://camo.githubusercontent.com/f77b2f440030c9cdb90d0c58edc02aee7ce3f49976005c53b7aeba53dd405c4d/68747470733a2f2f7374796c6563692e696f2f7265706f732f39393334363732372f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/99346727)[![License](https://camo.githubusercontent.com/666454ea576c4afe76fdf02d1a75018751024fd4d0c5512a12457b3764846934/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f76756561646d696e6c74652f6c6963656e7365)](https://https://packagist.org/packages/laravel-enso/vueadminlte)[![Total Downloads](https://camo.githubusercontent.com/65c294ffd1bf78be7570fb606f4fd014f839d38fe2c7aabc99051138b16f9fa4/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f76756561646d696e6c74652f646f776e6c6f616473)](https://packagist.org/packages/laravel-enso/vueadminlte)[![Latest Stable Version](https://camo.githubusercontent.com/3f16e6118bb5f64ee2acdbc142f96ae61091841fc14cc608181b9ca66f2685f6/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f76756561646d696e6c74652f76657273696f6e)](https://packagist.org/packages/laravel-enso/vueadminlte)

Admin LTE Vueified for [Laravel Enso](https://github.com/laravel-enso/Enso)

### Features

[](#features)

- `Addresses` - polymorphic addresses functionality
- `Box`
- `BoxWidget`
- `Breadcrumbs` - uses is included in the `Page` component and automatically generates the breadcrumbs
- `InfoBox`
- `Notifications` - is the notifications menu, used in the header
- `Overlay` - is a spinner overlay used to indicate the loading state
- `Page` - is the container for the page contents
- `RoAddresses` - an extension for addresses with Romanian-specific formatting
- `SmallBox`
- `Tabs`
- `UserMenu` - is the user menu, used in the header
- `UserWidget`
- `VueFilter` - additional filters for DataTable

#### Addresses

[](#addresses)

Takes the following parameters: `type` - string, the addressable model alias you set in the config | required

- `id` - number, the id of the addressable model | required
- `theme` - string, the class used for setting the styling of the box. Defaults to `primary`.
- `solid` - boolean, a flag for showing a solid type of a box. Defaults to `false`.
- `open` - boolean, a flag for the starting style (open/closed) of the box. Defaults to `true`.
- `title` - string, the text for the box title. Defaults to null.

#### Box

[](#box)

Takes the following parameters:

- `theme` - string, the class used for setting the styling of the box.
- `border`, boolean, a flag for showing a border arount the component. Defaults to `false`.
- `solid` - boolean, a flag for showing a solid type of a box. Defaults to `false`.
- `open` - boolean, a flag for the starting style (open/closed) of the box. Defaults to `true`.
- `footer` - string, a flag for displaying the footer. Defaults to `false`.
- `icon` - string, the class for the icon of the box. Defaults to null.
- `title` - string, the text for the box title. Defaults to null.
- `search` - boolean, a flag for displaying the search input. Defaults to `false`.
- `badge` - number, the number to be displayed in a badge, in the box header. Defaults to null.
- `refresh` - boolean, a flag for showing the refresh control. Defaults to false.
- `collapsible` - boolean, a flag for showing the minimization control. Defaults to false.
- `removable` - boolean, a flag for showing the close control. Defaults to false.
- `overlay` - boolean, a flag for displaying the loading overlay (spinner). Defaults to false.
- `bodyStyle` - object, an object for styling the body. Defaults to `{}`.

#### Breadcrumbs

[](#breadcrumbs)

- takes no parameters.
- uses the global `Store` object and the given breadcrumbs to automatically generate breadcrumbs for the current page.
- is included in the `Page` component but can be used standalone if needed, as long as it has access to the `Store`.

### HowToVideos

[](#howtovideos)

Takes the following parameters:

- `video`, object, contains the information to display a video | required
- `tagList`, object, contains the list of all available tags | required

Note that this component has not been designed to be reused outside of the HowToVideos menu/page.

#### Info Box

[](#info-box)

Takes the following parameters:

- `theme` - string, the class used for setting the styling of the box. Required.
- `icon` - string, the class for the icon of the box. Defaults to null.
- `text` - string, the text shown in the box. Defaults to null.
- `number`, string, the text shown in the box. Defaults to null.
- `progress` - string, progress percentage. Defaults to `false`.
- `description` - string, the description shown for the progress. Defaults to `false`.

#### Notifications

[](#notifications)

Takes the following parameters:

- `user-id` - number, the id of the user for whom the notifications are loaded. Required.
- `paginate` - number, the # of items on one page, shown or loaded. Defaults to 6.

#### Overlay

[](#overlay)

Takes the following parameters:

- `line-fg-Color` - string, the color for the foreground of the spinner. Defaults to `#41b883`.
- `line-bg-Color` - string, the color for the background of the spinner. Defaults to `transparent`.
- `speed` - number, the speed of the spinner. Defaults to 1.
- `size` - string, the size of the spinner. Defaults to `medium`.

#### Page

[](#page)

Takes the following parameters:

- `custom-render` - function, the method for handling custom rendering. Defaults to null.

#### Romanian Addresses

[](#romanian-addresses)

Takes the same parameters as Addresses - see above.

#### Small Box

[](#small-box)

Takes the following parameters:

- `theme` - string, the class used for setting the styling of the box.
- `icon` - string, the class for the icon of the box. Defaults to null.
- `title` - string, the text for the box title. Defaults to null.
- `body`, string, text shown as body. Defaults to null.
- `overlay` - boolean, a flag for displaying the loading overlay (spinner). Defaults to false.

#### Tabs

[](#tabs)

Takes the following parameters:

- `tabs` - array, array of strings / objects used for rendering the tabs and their slots. Required.
- `title` - string, the text for the box title. Defaults to null.
- `reverse` - boolean, flag for reversing the tab list. Defaults to false.
- `active`, number, the index of the active tab. Defaults to 0.
- `icon` - string, the class for the icon of the box. Defaults to null.

#### User Menu

[](#user-menu)

Takes no parameters, uses the global `Store` variable

#### User Widget

[](#user-widget)

- `theme` - string, the class used for setting the styling. Required.
- `background` - string, the class used for setting the background.
- `avatar` - string, the url for the location of the avatar picture.
- `name` - string, the name of the user displayed. Defaults to null.
- `position` - string, the position of the user. Defaults to null.
- `items` - array, list of items to be displayed. Each item must be an object with `value` and `label` properties. Defaults to empty array.
- `overlay` - boolean, a flag for displaying the loading overlay (spinner). Defaults to false.

### Vue Filter

[](#vue-filter)

Takes the following parameters:

- `title` - string, the text for the box title. Defaults to null.
- `theme` - string, the class used for setting the styling of the box. Defaults to `primary`.
- `options` - array, the list of options to display. Defaults to empty array
- `value` - anything, the default, starting value | required
- `offSwitch` - boolean, flag that determines if an off switch is rendered. Defaults to `true`

To use it include it in the page:

```

```

where the `vueFilterOptions` and `filters` may be something like:

```
vueFilterOptions: [
    {value:true, label:"Yes"},
    {value:false, label:"No"}
],
filters: {
    orders: {
        paid_taxes: '',
    }
},

```

Next, when defining your DataTable, make sure you give it your filters:

```

```

Note that you may use more than one such filter, just bind it inside the same encompassing `filters` object and it will get passed to the datatables BE logic.

### Contributions

[](#contributions)

are welcome. Pull requests are great, but issues are good too.

### License

[](#license)

This package is released under the MIT license.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 97% 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 ~6 days

Recently: every ~57 days

Total

65

Last Release

2792d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16073274?v=4)[Adrian Ocneanu](/maintainers/aocneanu)[@aocneanu](https://github.com/aocneanu)

---

Top Contributors

[![gandesc](https://avatars.githubusercontent.com/u/14071925?v=4)](https://github.com/gandesc "gandesc (32 commits)")[![DevIonut](https://avatars.githubusercontent.com/u/19207797?v=4)](https://github.com/DevIonut "DevIonut (1 commits)")

---

Tags

adminltelaravellaravel-ensovuevue-adminltevuejsAdminLTEadmin-ltelaravel-ensovue-admin-lte

### Embed Badge

![Health badge](/badges/laravel-enso-vueadminlte/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-enso-vueadminlte/health.svg)](https://phpackages.com/packages/laravel-enso-vueadminlte)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[sonata-project/admin-bundle

The missing Symfony Admin Generator

2.1k19.0M299](/packages/sonata-project-admin-bundle)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[infyomlabs/laravel-ui-adminlte

Laravel frontend preset for AdminLTE Theme

199436.0k6](/packages/infyomlabs-laravel-ui-adminlte)[insolita/yii2-adminlte-widgets

Widgets for AdminLTE theme (Box with remember collapse state, Timeline, Tile, Callout, SmallBox etc)

63487.4k8](/packages/insolita-yii2-adminlte-widgets)[atnic/laravel-admin-lte

Laravel Package for integrating AdminLTE template and this package is Laravel Mix friendly.

256.4k](/packages/atnic-laravel-admin-lte)

PHPackages © 2026

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