Skip to content

MubinSayed/laravel-datatable-advance-filter-phpmyadmin-style

Repository files navigation

Laravel Datatable Advance Filter (phpMyAdmin style)

Easy Implementation of datatable filter.

Implementation

  • Clone the project
  • Create Database
  • cp .env.example .env and add details of database
  • composer install
  • php artisan key:generate
  • php artisan migrate --seed
  • php artisan serve

Guide

Checkout app/Helper.php for different options of filter.

Contributing

Anyone is welcome to contribute. Fork, make your changes, and then submit a pull request.