Author: Sajid
Alpha Vantage – Integrate Free Stock APIs in PHP
Recently I have worked on a project where we wanted to integrate free stock APIs. During the research, we came across Alpha Vantage service which…
How to Add ‘/blog/’ to the WordPress Post URLs
Recently while working on the client project, we wanted to add a string ‘/blog/’ to the WordPress post URLs. I don’t see any specific reason…
How to Read and Write Spreadsheet Files in PHP
While working on web applications, often we come across a situation where we need to play with spreadsheet files. We may want to read data…
How to Integrate Mailchimp with WooCommerce
WooCommerce is an open-source e-commerce plugin for WordPress. It is widely used to build an online store with WordPress. On the other hand, Mailchimp is…
How to Create Zoom Meetings with PHP and JWT
In the past, I have written an article that explains creating a Zoom Meeting with PHP and OAuth. One of our readers asked about creating…
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 WordPress developer, you must be aware of the REST API in WordPress. WordPress provides an interface(REST API) to interact with WordPress from your…
How to Run Laravel Artisan Commands in Visual Studio Code
Laravel ships with a command-line interface called Artisan Console. While building an application in Laravel, you can use this command-line interface for various reasons. It…
How to Install and Use Trix Editor in Laravel
While managing a website, we always need a rich text editor(WYSIWYG). If you want to add descriptive content that contains HTML then WYSIWYG editor is…
Mobile Application Authentication using Token in Laravel
Are you using Laravel for the back-end of your mobile application? If yes, then probably you are looking for an easy solution for your mobile…