laravel-lte3 maintained by fomvasss
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
- php ^8.0.2
- illuminate/support ^9.0|^10.0|^11.0|^12.0
Admin LTE3 Control Panel for Laravel Framework
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.

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 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)
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
config/lte3.php- package configpublic/vendor/adminlte- original AdminLte assets (css, js, plugins) ColorlibHQ/AdminLTE3public/vendor/lte3- custom assets (you can change this)resources/views/vendor/lte3- optional publishingauthlayoutspartscomponentsexamples
Usage & Development
Recommended
- For file manage use laravel-medialibrary-extension
- For manage taxonomy use laravel-simple-taxonomy
- For save vars, configs use laravel-variables
- Text Editor: CKEditor
- File manager: LFM: