change-password
Posted in Laravel

How to Change User’s Password in Laravel

While working on the Laravel application, you may require to quickly change the password of the user. And you don’t want to follow the boring…

Continue Reading...
schedule
Posted in Laravel

How to Schedule Cron in Laravel to Automate Tasks

Cron jobs are useful to automatically execute scheduled tasks. To run these jobs, you need to add a cron entry per task. But, it can…

Continue Reading...
REST API
Posted in WordPress

How to Add Custom Endpoints to WordPress API

Recently I worked on a project where we wanted to use AngularJS on the front end and WordPress on the back end. In order to…

Continue Reading...
Related Products
Posted in WordPress

How to Display Related Products Using WooCommerce REST API

If you running an online store it is recommended to show related products on the product page. It helps your customers to see similar products…

Continue Reading...
REST API
Posted in WordPress

A Quick Guide On Using WooCommerce REST API

Are you looking to interact with the WooCommerce REST API? Probably you are not using WordPress on the front end but want to place a…

Continue Reading...
Events and Listeners
Posted in Laravel

How to use Laravel Events and Listeners in Your Application

Laravel ships with several nice features to simplify development. Broadcasting, File Storage, Notifications, and Events are some of them. Each of these features helps developers…

Continue Reading...
Email
Posted in Laravel

How to Send Activation Email in Laravel After User Registration

Laravel comes with an authentication flow when we install it. It includes login, registration, and forgot password flow in the Laravel core itself. Using this…

Continue Reading...
Compress Image
Posted in PHP

Upload and Compress Multiple Images in PHP

Recently one of our readers asked how to upload and compress multiple images in PHP. There are certain scenarios where you need to allow users…

Continue Reading...
Posted in WordPress

How to Set Fallback Image for WordPress Post Thumbnails

Images play an important role in your WordPress posts. When we share the blog on social media, the featured image will display as a thumbnail…

Continue Reading...
crypto coins
Posted in PHP

How to Get Real-Time Crypto Coin Market Rates in PHP

Are you looking to find real-time crypto coin prices programmatically? Cryptocurrencies have gained immense popularity in recent years. As a result, new products are introduced…

Continue Reading...