79443397

Date: 2025-02-16 15:17:27
Score: 0.5
Natty:
Report link

In Laravel 11, u should register the provider via bootstrap/providers.php :

<?php

return [
    App\Providers\AppServiceProvider::class,
    App\Providers\FortifyServiceProvider::class,
];

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