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%…
Best Security Practices for Laravel Web Development
PHP is the most popular scripting language of the present time. It is used for client-side servers to build application-based web interfaces, mobile applications, and…
10 Best Free Online Slideshow Makers
If you browse the Internet, you will find a host of websites showcasing free online slideshow maker tools. So, when it comes to finding out…
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…