In first part of lumen rest tutorial, I have covered configuration of lumen framework. We have also learned how to connect with lumen with MySQL.
Php
How To Enable Mod_Rewrite Module In Apache for Xampp/Wamp
In This tutorial, I will describe how to enabled and disabled mode rewrite module into your wamp/xampp. The mod_rewrite is an Apache web server module that is used to rewrite a URL at the server level.
Datatable Pagination, Sorting and Search – Server Side (PHP/MySQl) Using Ajax
The Datatable 1.10.9 has been released now, Datatable is the most popular grid plugin in web development. The main benefit of Datatable is the open source and light-weighted jquery plugin. You can use this plugin with other CSS frameworks like bootstrap and foundation. There are a lot of datatable plugins are available which useful to […]
How To Convert XSD into Array Using PHP
In this tutorial, I will describe how to convert xsd into an associative array. I had googled for this but unfortunately – I did not find a useful answer. Here, I am sharing my thoughts, How to find an array from an XSD file, since there is no method in PHP to directly parse XSD […]
Multi Step Form Using PHP, Bootstrap and jQuery
This post help to understand multi-step form submission with progress bar using PHP, jQuery and bootstrp3. Multi steps form is a very useful functionality when the user input data is too much and needs to divide into parts. We will divide user inputs into steps and associate these steps with each other using navigation like […]