As the present world is ushering into the age of digital marketing, APIs are becoming increasingly popular due to their ability to automate repetitive tasks.
Create Queue and Run Jobs Using worker in Lumen/Laravel
A queue is a very important and interesting feature of Lumen, You can run your tasks(background process/cron tasks) using queue without fail. You need to push tasks into the queue and the rest of the work will do by the worker.
Generate Barcode in PDF file Using mPDF
This PHP tutorial helps to create barcode using PHP and generate pdf file. There are a lot of PHP barcode libs available but I am using a simple and lightweight library.
How to add Custom message into Select2
This tutorial will illustrate to you, how to add a user-defined message into the select2 control. I am using the jQuery Select2 plugin. The Default message of select2 is ‘No matches found’. Sometimes we need to add a custom message for select2. I will share the script for the set custom message as well as […]
Bootstrap Popover : How to Create Awesome Dropdown
In this tutorial, I will describe how to use bootstrap popover for custom HTML control, normally we used popover to display tooltip information on help, but sometimes we need HTML control or HTML form in the popover. This tutorial helps you to create HTML control on popover. The bootstrap popover is used to show information […]