This tutorial help to understand implode and explode differences underneath of php 7.The implode is used to join elements of an array with a string.The explode is used to split the string data into an array using delimiter string. What’s Difference between explode() and implode() The explode() function is used to breaks a string into […]
Php
How to Configure supervisord on Linux for Laravel Jobs Queue
This quick tutorial help to configure Supervisor with Lumen application on Linux.I have already shared tutorial about Queue and Run Jobs using worker in Lumen/Laravel Framework. Supervisor is a process monitor for the Linux operating system, which will automatically restart your jobs queue using queue:listen or queue:work commands if they fail. You can install Supervisor […]
Advanced Ajax Pagination PHP, MySQL Using jQuery
This tutorial help to display Ajax Pagination using PHP, MySQL and jQuery.The Ajax Pagination is very useful to display set of data without any page refresh, In AJAX request will go async manner so that web request will work parallel with another request. In previous article, You have learned Ajax Pagination with PHP jQuery, But […]
Logging on to STDOUT Using Lumen/Laravel
This quick tutorial help to send lumen log to stdout into the system.Logging is an important part of modern application development, regardless of the platform targeted or framework used. Lumen is integrated with the Monolog logging library, which provides support for a variety of powerful log handlers. You can use lumen logging for information, error […]
How To Change XAMPP Apache Server Port
This quick tutorial help to Change XAMPP Apache Server Port.The default port of xampp Apache server is 80.Sometimes, Other application is using that 80 port.