Author: Sajid
A Guide on hCaptcha Integration with PHP
Recently one of our readers asked about hCapctha integration on a website. The hCaptcha is a nice alternative to the Google reCAPTCHA service. In this…
How to use Application Passwords in WordPress for REST API Authentication
As a developer, you must be aware of the REST API in WordPress. WordPress provides a REST API to interact with the WordPress websites from…
How to Run Laravel Artisan Commands in Visual Studio Code
Laravel ships with a command-line interface called Artisan Console. While building a Laravel application, this interface is used to run helpful commands. It allows you…
How to Install and Use Trix Editor in Laravel
To manage content on the website, you always require a rich text editor aka WYSIWYG editor. The rich text content includes HTML tags that can…
Mobile Application Authentication using Token in Laravel
Are you using Laravel as a back-end for the mobile application? If yes, then probably you are looking for an easy solution for mobile application…
Login with Phone Number in WordPress
You may have a login form on your WordPress website. And you want to allow users to login with a phone number along with a…
Load Dynamic Content on Bootstrap Modal in WordPress
Bootstrap Modal is used to add dialog/pop-up to your website. You can use Bootstrap Modal for lightboxes, notifications, and custom content. Recently I worked on…
Write Data to OneDrive Sheet using Microsoft Graph API and PHP
Recently, I published an article on How to Integrate Google Sheets API with PHP where I explained how to write data to the Google Sheets…
Speech-To-Text using Amazon Transcribe in PHP
Recently I worked on a project where I was introduced to the Amazon Transcribe service. The client wanted the feature of converting speech to text…
How to Build Custom Elementor Widget
Elementor is one of the most popular page builders for WordPress sites. Building a WordPress website using Elementor is easy and you can save a…