dummy-xlsx
Posted in Laravel

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…

Continue Reading...
editor
Posted in Laravel

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…

Continue Reading...
cloud-vision
Posted in PHP

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%…

Continue Reading...
Geolocation
Posted in PHP

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…

Continue Reading...
text-to-speech
Posted in PHP

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…

Continue Reading...
unrecognizable hacker with smartphone typing on laptop at desk
Posted in WordPress

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…

Continue Reading...
gmail_xoauth2
Posted in PHP

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…

Continue Reading...
Speech to Text
Posted in PHP

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…

Continue Reading...
google-cloud-storage
Posted in PHP

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….

Continue Reading...
black and red typewriter
Posted in PHP

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…

Continue Reading...