DataTables Lazy Loading using PHP Laravel

There are times when reading data from the DataTables is simply too slow, particularly when dealing with thousands of data rows. To address this slowness of data, DataTables’ server-side processing…

How to create dynamic HTML table header using PHP Laravel

Often we face such scenarios where we have to create dynamic table header.Here i am sharing source code to create dynamic HTML table headers using PHP Laravel. Select Start and…

How to solve CodeIgniter 404 error on Nginx+PHP5 FPM (VestaCP)

Recently, I configured Nginx + PHP FPM using VestaCP on my cloud server. After configuring DNS and all other basic stuff, I deployed a CodeIgniter project on my domain. Deployment…