About

Step 1: download in your system.

cd laravel-datatable-filter
composer install

Step 2: Configure your database from .env file

Step 3: Install composer

composer install

Step 4: Add Dummy Records

php artisan tinker
factory(App\User::class, 100)->create();

Step 5: Run server

php artisan serve