Laravel Simple Datatables And Forms
A lightweight, easy-to-use Laravel package for creating interactive data tables and dynamic forms with Livewire integration.

Overview
Laravel Simple Datatables And Forms provides two powerful components for your Laravel applications:
๐ Data Tables
Create interactive, feature-rich data tables with minimal code. Includes advanced search, sorting, filtering, grouping, and export capabilities.
๐ Dynamic Forms
Build dynamic forms with fluent API, multiple field types, validation, and model binding support.
Key Features
- ๐ Advanced Search - Debounced search with minimum character requirements
- ๐ Column Sorting - Click-to-sort functionality for table columns
- ๐งน Filtering & Grouping - Multiple filter types with advanced grouping options
- ๐ค Data Export - Export to CSV, Excel, and PDF formats
- ๐ Dynamic Forms - Fluent features for building complex forms
- ๐ง Multiple Field Types - Input, Select, Checkbox, Toggle, Textarea, and more
- โ Validation Integration - Built-in Laravel validation support
- ๐ฑ Responsive Design - Mobile-friendly components
- โก Performance Optimized - Intelligent caching and query optimization
- ๐ Security Features - CSRF protection and input sanitization
- ๐งฉ Seamless Livewire Integration - Built specifically for Livewire 3.x
Requirements
- PHP 8.2 or higher (compatible with PHP 8.3 and 8.4)
- Laravel 10.x or higher (compatible with Laravel 11.x and 12.x)
- Livewire 3.x or higher