PHPackages                             fomvasss/laravel-lte3 - 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. fomvasss/laravel-lte3

ActiveLibrary[Admin Panels](/categories/admin)

fomvasss/laravel-lte3
=====================

LTE3 Control Panel for Laravel Framework

1.95.0(2mo ago)51.9k↓12.5%3MITJavaScriptPHP ^8.0.2

Since Mar 3Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/fomvasss/laravel-lte3)[ Packagist](https://packagist.org/packages/fomvasss/laravel-lte3)[ RSS](/packages/fomvasss-laravel-lte3/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (125)Used By (0)

Admin LTE3 Control Panel for Laravel Framework
==============================================

[](#admin-lte3-control-panel-for-laravel-framework)

[![License](https://camo.githubusercontent.com/2ce0ebf3dcb7067a7303917dd33a77454eace0ca87e3f3fc9ac8c34bc7364e5e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f666f6d76617373732f6c61726176656c2d6c7465332e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/fomvasss/laravel-lte3)[![Build Status](https://camo.githubusercontent.com/db73d2ac307e5e46ce3f6dfea6b06dd38ad4ac3da442a7f61099237fee472b88/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f666f6d76617373732f6c61726176656c2d6c7465332e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/fomvasss/laravel-lte3)[![Latest Stable Version](https://camo.githubusercontent.com/d36e9507da23ea7ddd5c496762ad6c2aa08fab82bb87375d4ff0124ce48fb867/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666f6d76617373732f6c61726176656c2d6c7465332e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/fomvasss/laravel-lte3)[![Total Downloads](https://camo.githubusercontent.com/96c90d73235bc7cc0f9d0895b87a890c93f7d8bd72ac3108ade9038b0e98cf6e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f666f6d76617373732f6c61726176656c2d6c7465332e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/fomvasss/laravel-lte3)

Create easily and quickly a convenient and functional dashboard for web-site, blogs, shops, crm, apps with the help of a template and a powerful system for building fields and forms. To learn all about it, head over to [the extensive documentation](https://fomvasss.github.io/laravel-lte3-docs/).

[![screenshot](public/img/screen.gif)](public/img/screen.gif)

---

Installation
------------

[](#installation)

Run:

```
composer require fomvasss/laravel-lte3

composer require almasaeed2010/adminlte --dev

php artisan vendor:publish --tag=lte3-config

php artisan lte3:install
```

That's all. You can usage LTE3 in your project :)

All examples of fields and components can be viewed: `http://site.test/lte3/exsmples` (`.../examples/components.vlade.php`)

Configuration
-------------

[](#configuration)

Configuration file: `config/lte3.php`

For correct work navigation in dashboard, apply middleware. Add this to `App\Http\Kernel.php`:

```
$middlewareGroups = [
  'web' => [
    //...
    \Fomvasss\Lte3\Http\Middleware\LteRequestOptions::class,
  ],
];

```

Publishing (optional)
---------------------

[](#publishing-optional)

This package require dev `almasaeed2010/adminlte` package. If you chose the option to create a symbolic link (when installing) to `adminlte` resources, then the `almasaeed2010/adminlte` dependency must be included in your composer:

```
composer require almasaeed2010/adminlte
```

If you publish all `almasaeed2010/adminlte` resources to the public, then the unused packages (`public/vendor/adminlte/plugins/...`) can be manually cleaned so as not to take up disk space.

Of course, you can published partial for customize:

- views: `lte3-view-components`, `lte3-view-examples`, `lte3-view-auth`, `lte3-view-parts`, `lte3-view-layouts`
- other: `lte-config`, `lte-assets`, `lte-lang`

For Example:

```
php artisan vendor:publish --tag=lte3-view-components
```

Structure
---------

[](#structure)

- `config/lte3.php` - package config
- `public/vendor/adminlte` - original AdminLte assets (css, js, plugins) [ColorlibHQ/AdminLTE3](https://adminlte.io/themes/v3/)
- `public/vendor/lte3` - custom assets (you can change this)
- `resources/views/vendor/lte3` - optional publishing
    - `auth`
    - `layouts`
    - `parts`
    - `components`
    - `examples`

Usage &amp; Development
-----------------------

[](#usage--development)

See [examples.blade.php](https://github.com/fomvasss/laravel-lte3/blob/master/resources/views/examples/components.blade.php)

Recommended
-----------

[](#recommended)

- For file manage use [laravel-medialibrary-extension](https://github.com/fomvasss/laravel-medialibrary-extension)
- For manage taxonomy use [laravel-simple-taxonomy](https://github.com/fomvasss/laravel-simple-taxonomy)
- For save vars, configs use [laravel-variables](https://github.com/fomvasss/laravel-variables)
- Text Editor: [CKEditor](https://github.com/UniSharp/laravel-ckeditor)
- File manager: [LFM](https://github.com/UniSharp/laravel-filemanager):

Credits
-------

[](#credits)

- [ColorlibHQ/AdminLTE2](https://adminlte.io/themes/AdminLTE/)
- [ColorlibHQ/AdminLTE3](https://adminlte.io/themes/v3/)
- [fomvasss/laravel-its-lte](https://github.com/fomvasss/laravel-its-lte)
- [web-west/itslte](https://github.com/web-west/itslte)
- [laravelcollective](https://laravelcollective.com/docs/6.x/html)

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance89

Actively maintained with recent releases

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 95.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 ~9 days

Recently: every ~3 days

Total

124

Last Release

73d ago

Major Versions

0.0.2 → 1.0.02023-04-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f99b460639e7d6871597882226b1e0d9e3055992eac8b22bfcd4f90fbdac95c?d=identicon)[fomvasss](/maintainers/fomvasss)

---

Top Contributors

[![fomvasss](https://avatars.githubusercontent.com/u/19834478?v=4)](https://github.com/fomvasss "fomvasss (157 commits)")[![ka4ivan](https://avatars.githubusercontent.com/u/75951574?v=4)](https://github.com/ka4ivan "ka4ivan (7 commits)")[![sann4ez](https://avatars.githubusercontent.com/u/67692130?v=4)](https://github.com/sann4ez "sann4ez (1 commits)")

---

Tags

adminadmin-panelcruddashboardlaravelcomponentsdashboardcontroladminfieldsform-builderpanelhtml-formltefomvasss

### Embed Badge

![Health badge](/badges/fomvasss-laravel-lte3/health.svg)

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

PHPackages © 2026

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