Skip to content

Instantly share code, notes, and snippets.

View sagormax's full-sized avatar
🏠
Working from home

Rashedul Islam Sagor sagormax

🏠
Working from home
View GitHub Profile
@sagormax
sagormax / DataProcessController.php
Created May 23, 2017 04:50
Laravel DataTable Server Side Processing
class DataProcessController
{
public function dataTableList(Request $request)
{
$requestData = $request->all();
$fdate = $requestData['columns'][0]['search']['value'];
$tdate = $requestData['columns'][1]['search']['value'];
$today = date('Y-m-d H:i:s');
$columns = array(