Author: Sajid
How to Download a Video from YouTube on Windows OS
YouTube is the number one video sharing platform to watch videos online. YouTube does not have an option to download a video. That means you…
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…
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…
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…
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…
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…
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…
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…
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…
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…