Author: Sajid
Get Social Share Buttons For WordPress Using ShareThis Share Buttons Plugin
Sharing our articles on the social media like Facebook, Twitter, etc. is an easy way to reach more audience. As a blogger when we share…
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…
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…
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…
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…
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…
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…
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…
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,…
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…