Hi just like to ask about that was answered from this link
how-to-use-filter-in-laravel/
this is thecode Im stuck with on where would I put this code?
$connector = new GanttConnector(null, “PHPLaravel”); $connector->configure( GanttTask::where(‘project_id’, ‘=’, 1)->get(), “id”, “start_date,duration,text,progress,parent,project_id” ); $connector->render();