Automate WordPress Updates
Posted in WordPress

How to Automate WordPress Updates in Few Minutes

In the past, I have published an article on How to Update WordPress Plugins Automatically Without using Plugin. We have written a piece of code…

Continue Reading...
DateTime
Posted in PHP

How to Work with PHP DateTime Using Carbon Library

PHP provides a built-in DateTime class for dealing with the date and time. Using this class, you can deal with the date and time in…

Continue Reading...
Bulletproof
Posted in WordPress

How to Add Two-Step Authentication on WordPress Website

Two-step authentication is one of the most essential features that should be used on WordPress websites. I recommend using this feature to add an extra…

Continue Reading...
Automate WordPress Updates
Posted in WordPress

How To Update WordPress Plugins Automatically Without Using Plugin

While running a WordPress website, it is just impossible to stay without plugins. A number of useful plugins are available which help us to make…

Continue Reading...
Posted in PHP

A Guide For PayPal Integration On Your Website In PHP

PayPal is no doubt one of the most popular payment gateways for websites. Most websites are using PayPal to receive payments on their application. In…

Continue Reading...
WP-CLI
Posted in WordPress

How To Manage WordPress Website Using WP-CLI

If you are a WordPress developer, then definitely you heard about WP-CLI. WP-CLI is a command line interface for WordPress. Using this tool you can…

Continue Reading...
write-csv-excel-file
Posted in PHP

How to Read CSV and Excel Files in PHP Using PhpSpreadsheet

While working on web applications, sometimes we come across a situation where we need to import a CSV or Excel file into the database. It’s…

Continue Reading...
TinyMCE-in-Laravel
Posted in Laravel

How to Install and Use TinyMCE Editor in Laravel

Recently I published an article on using CKEditor in Laravel. I got a few comments from readers asking me to write a post on how…

Continue Reading...
Cloud
Posted in PHP

How To Upload Images Using PHP On Cloudinary – A Free Image Hosting Service

CDN is not a new word for web developers. CDN means content delivery network or content distribution network. Hosting our CSS, JS, and images on…

Continue Reading...
Text Message
Posted in PHP

How To Send Text Message From Website Using Nexmo API And PHP

Are you looking to send a text message from your PHP-powered website? By sending text messages, you can notify users about new events, deals or…

Continue Reading...