How to Optimize Database Queries in Laravel?

Some times to run larger laravel applications smoothly we needs to optimize our laravel application. One of these tasks here is how to optimize database queries in laravel. Methods to Optimize Database Queries in Laravel Retrieving Large Data Records Option …

How to read Feeds in PHP?

A Feeds is an xml file which contains the information about website. For an example xml file of E-Commerce website contains information about products, categories, offers, tags. The data in xml(Extensible Markup Language) file contains in the form of structured …

How to create dynamic certificates in PHP?

In this article we will teach you how to create dynamic certificates in php. We will use the PHP GD Library or extension which will provide us the functions to manipulate our images dynamically. Uses of PHP GD Library: To …

How to run curl get and post api in php?

Today we will teach you how to run curl get and post api in php. Modern websites is using APIs for many purposes. Like for sending SMS, for sending EMAILs, for cloud storage, for mobile app APIs, for payment gateways. …

How to add menu in footer wordpress?

In this article we will teach you how to add menu in footer wordpress. And you can also create menu at any place of your wordpress website. First of all paste this code in your functions.php file located at website_root_path/wp-content/themes/your_theme/functions.php …