HansiDerSweater
HansiDerSweater
I came across this problem: 1. Add the ResetPasswordController to your web.php file use App\Http\Controllers\Auth\ResetPasswordController; 2. Remove the reset password route in the web.php file 3. Add these two routes...
For all who havent found the solution. I tried everything mentioned here but it didnt worked. I deleted node_modules & package-lock.json and did npm install. After that it worked.
Hei, did you solve your problem? I got the excact same problem. But I only get that problem if I edit the navbar inside the navbar.php. If I wanna be...
After searching for hours I found my problem. I implmented this login project into my project and my Navbar contained bunch of stuff, more than the login project had before....
Try to access the page via 127.0.0.1:8000
I got the same problem when trying to extend the product entity (creating the migration)