Download the PHP package fomvasss/laravel-its-lte without Composer
On this page you can find all versions of the php package fomvasss/laravel-its-lte. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-its-lte
Laravel ITS LTE
Base Admin LTE Control Panel Templates
Installation
Run from the command line:
That's all. You can usage ITS LTE in your project :)
Visit the path http://your-site.test/lte
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
or all components
Updating
When updating this package, you should re-publish the assets (css, js, images):
Configuration
After publishing assets, its primary configuration file will be located at config/its-lte.php
In dashboard used Bootstrap styles and for correct show pagination links, set next in service provider
For correct work navigation in dashboard, apply next middleware for routes to dashboard:
Structure
After installation, you can work with the following files:
config/its-lte.php
- configspublic/vendor/its-lte
- compiled assets filesresources/lang/vendor/lte
- message localization filesresources/views/vendor/lte
layouts
- main layoutparts
- not published by defaultfields
- not published by defaultauth
- auth/register/reset formscontent
- example templates for contentprofile
- auth user profile form
Laravel File Manager (v2)
If needed, install LFM:
Publish LFM files: config/lfm.php
, public/vendor/laravel-filemanager
:
Recommend set LFM paths config/lfm.php
:
Usage
In dir resources/views/vendor/lte
you can edit, create, delete blade-files.
For simple manage file-fields use fomvasss/laravel-medialibrary-extension
Credits
All versions of laravel-its-lte with dependencies
illuminate/routing Version ^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/session Version ^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/support Version ^6.0|^7.0|^8.0|^9.0|^10.0
illuminate/view Version ^6.0|^7.0|^8.0|^9.0|^10.0
laravelcollective/html Version ^6.0