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

Replace space with dash underscore in Laravel

Sometimes we need to replace some character or spaces with another character in laravel or any other programming languages similarly today, i am going to explain how can we replace space with dash “-” symbol with spaces between words such as replace space with dash underscore in laravel to replace-space-with-dash-underscore-in-laravel. This is very useful concept … Read more