79163947

Date: 2024-11-06 19:12:02
Score: 1.5
Natty:
Report link

I have figured it out! As it turns out i had this in my web.php file:

Route::get('/starter', function () {
    return view('logged.start');
})->name('start');

After deleting it everything started working as it should.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Programmer3012