Author: Sajid
How to Integrate Excel Exports and Imports in Laravel
Are you looking for import and export Excel files in Laravel? In the real world, sometimes we want to export records from the application. You…
How to use CKEditor 5 in Laravel
In the past, I have written an article on using CKEditor 4 in Laravel. One of the readers asked me about integrating CKEditor 5 in…
Integration of Google Cloud Vision in PHP
Machine learning approaches are getting popular rapidly. This approach saves a ton of time of manual work. While it’s not a guarantee of getting 100%…
IP Address Lookup using Abstract API and PHP
While working on applications, you might want to get the geolocation of a user. Based on a user’s geolocation, different content can be served on…
Convert Text to Speech using Google Cloud and PHP
In the past, I have written an article Text-To-Speech using Amazon Polly in PHP. Recently while working on the Google Cloud platform, I found Google…
12 WordPress Security Vulnerabilities & Risks and Tips to Fix Them
WordPress websites are always at the risk of attacks and hacks though WordPress is inherently a secure platform. Why is that? One reason is the…
How to Send Email using Gmail API with PHPMailer
Emails are essential for any website. Using emails you can interact with the users for various reasons. With the help of email, you can acknowledge…
Speech to Text using Google Cloud Speech API
Do you want to convert your Speech to Text? Google Cloud provides a Speech-to-Text API that allows you to generate a transcript from your audio…
Upload Files to Google Cloud Storage using PHP
Google Cloud Storage is a popular service for storing your objects. Here the objects can be anything like images, zip, spreadsheets, PDFs, or any document….
Dynamically Translate Text using Google Translation API in PHP
Are you looking for a service that allows you to translate text into different languages? You are probably building a multi-language website where you need…