Skip to content

Laravel LTE3Documentation

Comprehensive guide for fomvasss/laravel-lte3 package

Laravel LTE3 — Overview

Laravel LTE3 is a comprehensive package that provides AdminLTE3 theme integration and a rich set of Blade components, helpers, and JavaScript utilities for rapid admin panel development in Laravel.

Quick Start

bash
# Install the package
composer require fomvasss/laravel-lte3

# Publish configuration
php artisan vendor:publish --tag=lte3-config

# Initialize the package
php artisan lte3:install

Documentation Structure

  • Installation — Package installation and setup guide
  • Configuration — Configuration options (config/lte3.php)
  • Fields — Complete guide to all available form fields
  • JS API — JavaScript functions and utilities
  • Options — Layout options and modal configurations

Note: More component examples and complete templates are available in resources/views/vendor/lte3 after publishing views.