Download the PHP package nion/laravel-model-datatable without Composer
On this page you can find all versions of the php package nion/laravel-model-datatable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nion/laravel-model-datatable
More information about nion/laravel-model-datatable
Files in nion/laravel-model-datatable
Download nion/laravel-model-datatable
More information about nion/laravel-model-datatable
Files in nion/laravel-model-datatable
Vendor nion
Package laravel-model-datatable
Short Description A Laravel package for generating dynamic data tables using Blade components.
License MIT
Package laravel-model-datatable
Short Description A Laravel package for generating dynamic data tables using Blade components.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-model-datatable
Laravel Model Datatable
A simple and powerful package for handling datatables in Laravel applications.
Installation
You can install the package via composer:
The package will automatically register its service provider.
Usage
1. Publish the configuration (optional)
2. Add the trait to your model
3. In your controller
4. In your blade view
Features
- Server-side processing
- Automatic column handling
- Search functionality
- Sorting functionality
- Pagination
- Custom column formatting
- Relationship handling
Configuration
You can customize the package behavior by publishing the config file:
License
The MIT License (MIT). Please see License File for more information.
Laravel Model DataTable
Laravel Model DataTable makes it easy to generate dynamic data tables directly from Eloquent models in Blade templates.
Supports:
- Bootstrap, Tailwind, or Custom Views
- Automatic table rendering from models
- Customizable and extendable UI
🚀 Installation
You can install the package via Composer:
composer require nion/laravel-model-datatable
All versions of laravel-model-datatable with dependencies
PHP Build Version
Package Version
No informations.
The package nion/laravel-model-datatable contains the following files
Loading the files please wait ....