Skip to content

Instantly share code, notes, and snippets.

@whitneyburton
Created January 17, 2020 23:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whitneyburton/014c7f874f5c6b16098f9522e4a91b82 to your computer and use it in GitHub Desktop.
Save whitneyburton/014c7f874f5c6b16098f9522e4a91b82 to your computer and use it in GitHub Desktop.
// app/Http/Middleware/VerifyCsrfToken.php
protected $except = [
'/hook'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment