79565970

Date: 2025-04-10 07:22:12
Score: 1
Natty:
Report link

You can disable CSRF protection for specific routes using the withoutMiddleware method.

Example: Route::post('/your-route', 'YourController@yourMethod')->withoutMiddleware('web');

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