Laravel Installation

Laravel Installation Guide

Laravel is an open-source widely used PHP framework for web applications development.  In this article, we will see Laravel 8 installation. In this tutorial, I will show you step-by-step complete processes like system requirements and installation of Laravel 8. Let’s get started. System Requirements – Laravel 8 Framework To develop a Laravel application, we should … Read more

Get Geolocation from IP Address Using PHP

Get Geolocation from IP Address Using PHP

In a web application, are you asking visitors to select the country name or city name, or any other location-related information? If yes, you can use geolocation API to do the same thing. Geolocation provides information about the geographic location details of the visitors. This API uses the IP addresses to get the geographic details … Read more

Guide to PHP Error Reporting 2021

PHP Error Reporting

A PHP application produces different types of errors and warnings during the run time of the script. In production, we don’t want to enable error so that users see any error or notice but during the development phase(staging phase) it is most requiredto enable error messages to be informed about issues before we go to … Read more