App\Http\Controllers\Auth\HospitalForgotPasswordController::sendResetLinkResponse(): Argument #1 ($request) must be of type Illuminate\Http\Request, string given, 

It seems that there is a problem with the way you are invoking the sendResetLinkResponse function. You’re sending the response string in your code, but the sendResetLinkResponse…

Read More

In cache.php line 91: Call to undefined function str_slug()

Problem :- When i run Composer Install in my Laravel project to upgrade my project’s version in Laravel 10 after adding all the dependencies i got this…

Read More

The environment file is invalid!Failed to parse dotenv file. Encountered an invalid name at {your env code}

Problem:- When i run Composer install command in my laravel project to upgrade my project version after adding all the dependencies i got this env error Error:…

Read More

How to Uninstall Xampp from your machine when it is not visible in Control panel programs & Feature ?

In this Tutorial I’m going to share about the topic How to Uninstall Xampp from your machine when it is not visible in Control panel programs &…

Read More

What is Network Traffic Analysis (NTA) Tools?

What is Network Traffic Analysis (NTA)? Monitoring a network’s performance, device capabilities, network speed, and another factor that many network administrators ignore—network traffic—is the first step in…

Read More

What is Penetration Testing Tools?

What is Penetration Testing? In penetration testing, also known as pen testing, a cyber-security specialist looks for and attempts to take advantage of weaknesses in a computer…

Read More

What is Vulnerability Assessment Tools?

What is vulnerability assessment? Network infrastructure, computer systems, and application vulnerabilities may be found, categorized, and prioritized with the use of a vulnerability assessment. A vulnerability is…

Read More

Is it possible to run two Xampp of Different version run in one Server?

Is it possible to run two Xampp of Different version run in one Server? This is one of the major question which comes in every software developer’s…

Read More

XAMPP: Stopping MySQL…not running in Linux Server

I think most of you ware facing this issue and getting stuck in this. that’s why you have came here to know about this. Why this MySQL…not…

Read More

How to do git clone without installing git in WSL (Windows Subsystem for Linux)

In this Article i m going to share the step by step guide to git clone in Windows Subsystem for Linux Ubuntu server. First of all one of…

Read More