passport
Posted in Laravel

How to Use Laravel Passport for REST API Authentication

In today’s web development, APIs or web services are very popular. While developing a mobile application, API plays the role of bridge to passing data…

Continue Reading...
Copy Database
Posted in Database

Create a Backup of the Database within phpMyAdmin

Do you want to create a backup of the database? Keeping a backup of your database is always a good practice. In this article, we…

Continue Reading...
Zoom Image
Posted in jQuery

How to Add Zoom Effect on Your Website Images

Do you want to add a zoom effect to your website images? Adding a zoom effect on the image is useful, especially for Fashion and…

Continue Reading...
Geolocation
Posted in Laravel

Laravel GeoIP Library – Find Out Geolocation Using IP Address

Do you want to find out the Geolocation of visitors using Laravel? Using the Laravel GeoIP library, you can get the geolocation of a user…

Continue Reading...
Posted in PHP

How to Detect Mobile Device in PHP

Recently while working on a client’s project, we came across a situation where we need to display different sliders on a website for desktop and…

Continue Reading...
Newsletter
Posted in PHP

How to do MailChimp Integration in Your Website

Are you looking to integrate the MailChimp newsletter on your website? MailChimp is one of the popular email marketing services, which manages the subscribers for…

Continue Reading...
File upload
Posted in WordPress

How to Integrate Ajax File Upload in WordPress

Do you want to integrate Ajax file upload in WordPress? Sometimes, you need to perform the task of uploading a file through Ajax. In this…

Continue Reading...
form validation
Posted in Laravel

A Beginner Guide for Laravel Validation

When we build a website in Laravel, we must know about Laravel validation. Laravel provides a different way to validate your incoming data. In this…

Continue Reading...
Geolocation
Posted in PHP

How to Get Geolocation from IP in PHP

Are you looking to fetch the user’s Geolocation from an IP address in PHP? Using Geolocation you would know where your website visitors are located….

Continue Reading...
Phone number validation
Posted in PHP

numverify – A Phone Number Validation API

Recently in one of the client’s projects, we integrated a numverify API for phone number validation. The numverify service checks if the phone number is…

Continue Reading...