PHPackages                             fomvasss/laravel-its-lte - 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-its-lte

ActiveLibrary[Admin Panels](/categories/admin)

fomvasss/laravel-its-lte
========================

Base Control Panel Templates

4.24.0(2y ago)08171[27 PRs](https://github.com/fomvasss/laravel-its-lte/pulls)MITJavaScript

Since Nov 30Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (6)Versions (114)Used By (0)

Laravel ITS LTE
===============

[](#laravel-its-lte)

[![License](https://camo.githubusercontent.com/224bcfd174ca258e57322f27db1eeee2b0da09050567f225c7843493e1a27303/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f666f6d76617373732f6c61726176656c2d6974732d6c74652e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/fomvasss/laravel-its-lte)[![Build Status](https://camo.githubusercontent.com/3d1f64c6278a0f42782bbbfc08f7cc410879cca41900833126d6c63dfb0b7f77/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f666f6d76617373732f6c61726176656c2d6974732d6c74652e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/fomvasss/laravel-its-lte)[![Latest Stable Version](https://camo.githubusercontent.com/b8a63ae41e30be9b018c4ccc187e8c8bafdb8c43ba689e4a36351ed6357a4021/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666f6d76617373732f6c61726176656c2d6974732d6c74652e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/fomvasss/laravel-its-lte)[![Total Downloads](https://camo.githubusercontent.com/a552c9ffb022fac56e7a265c4e70a1122ac3c9f6e0bc566efa9cc8ffd9382536/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f666f6d76617373732f6c61726176656c2d6974732d6c74652e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/fomvasss/laravel-its-lte)[![Quality Score](https://camo.githubusercontent.com/1960b9c4b4e524585aab73fef3cf7620b30f1312ec15df0aa35e742ee42d6228/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f666f6d76617373732f6c61726176656c2d6974732d6c74652e7376673f7374796c653d666f722d7468652d6261646765)](https://scrutinizer-ci.com/g/fomvasss/laravel-its-lte)

Base Admin LTE Control Panel Templates

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

---

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

[](#installation)

Run from the command line:

```
composer require fomvasss/laravel-its-lte
```

```
php artisan lte:install
```

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

Visit the path `http://your-site.test/lte`

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

[](#publishing-optional)

Of course, you can publish only the necessary system components:

- views: `lte-view-fields`, `lte-view-content`, `lte-view-auth`, `lte-view-parts`, `lte-view-layouts`, `lte-view-profile`
- other: `lte-config`, `lte-assets`, `lte-lang`

```
php artisan lte:publish --tag=lte-view-fields --force
```

or all components

```
php artisan lte:publish
```

### Updating

[](#updating)

When updating this package, you should re-publish the assets (css, js, images):

```
php artisan lte:publish --tag=lte-assets --force
```

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

[](#configuration)

After publishing assets, its primary configuration file will be located at `config/its-lte.php`

```
