79443405

Date: 2025-02-16 15:20:28
Score: 0.5
Natty:
Report link

If anyone counter this issue again, the reason for me was the view option was set to false on the fortify config:

// config/fortify.php

<?php

use Laravel\Fortify\Features;

return [
//...

 'views' => true,

//...
];
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: EL MAHDI Bouzkoura