How to downgrade php version in xampp?

In this post i am going to tell that how can we downgrade or upgrade our XAMPP version on out local computer. Let’s suppose you have installed XAMPP version 8 in your computer system and now you want to downgrade it to XAMPP version to 7.3, to do this you need to follow the given … Read more

Custom Login and Registration in Laravel

In this post i am going to tell you how can we make custom login and registration in Laravel so first i need to create a registration page.For that, i need to create a blade file called registration.blade.php  and this file will be created under resources > views registration.blade.php New, create a another file called login.blade.php … Read more

PHP Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version

PHP Fatal error: Composer detected issues in your platform: Your Composer dependencies require a PHP version “>= 8.0.2”. You are running 7.3.2. Question : I am working on a Laravel project and when i made a zip file of this project and uploaded into the web hosting of Linux server and it started to show … Read more