Is it possible to disable a specific middleware without disabling all middleware?
$this->withoutMiddleware(); // <-- This will prevent all middleware $this->withoutMiddleware('web'); // <-- What I want is something like this
Aucun commentaire:
Enregistrer un commentaire