Error Log
Posted in WordPress

Debugging WordPress – How to Use WP_DEBUG On the Production Site

The WP_DEBUG is a PHP constant used in WordPress to debug the errors on the website. This constant displays all PHP errors, warnings, and notices…

Continue Reading...
Posted in Laravel

Better Way Of Creating Laravel Controller For CRUD Operations

Laravel works on MVC(Model-View-Controller) architectural patterns. If you are running an application on the Laravel framework, then you have to create a model, view, and…

Continue Reading...
Dropbox
Posted in WordPress

How To Store WordPress Backup To Dropbox Automatically

Dropbox is one of the popular file hosting services where we can store our files, share the files with others. They offer a free account…

Continue Reading...
Related Post
Posted in WordPress

How To Show Related Post With Thumbnail On Your WordPress Website

Do you want to show related post with thumbnail on your articles? By showing related post on articles it helps to keep your readers engage…

Continue Reading...
Database Seeding
Posted in Laravel

How to Perform Database Seeding in Laravel

In the past, I have published the article How to Seed the Database in PHP using Faker Library. While researching this topic, I found that…

Continue Reading...
Credit Card
Posted in PHP

How To Set Up Recurring Payments In Authorize.net

We have written an article Accept Credit Card Payment Using Authorize.net Payment Gateway. In that article, we discussed how one can receive credit card payment…

Continue Reading...
Credit Card
Posted in PHP

Accept Credit Card Payment using Authorize.Net Payment Gateway in PHP

Do you want to integrate a credit card payment option on your website? If yes, then Authorize.Net is a good choice for you. Founded in…

Continue Reading...
Bulletproof
Posted in PHP

Upload Image using Bulletproof Library in PHP

Uploading an image on the server is a common task for developers. One may have done this task hundreds of times. During this upload process,…

Continue Reading...
Facebook
Posted in PHP

How To Generate Facebook Long-Lived Access Token

Have you ever came across API tasks? Then, probably you heard about the ‘Access Token’. The access token is a kind of identity token social…

Continue Reading...
Fake Data
Posted in PHP

How to Seed Database Using PHP Faker Library

You have developed an application. Now, to test your application you need fake data into the database. And you don’t want to fill it up…

Continue Reading...