📅  最后修改于: 2022-03-11 14:58:46.135000             🧑  作者: Mango
//go to /app/Http/Middleware/VerifyCsrfToken.php (NOT RECOMMENDED for most cases like forms, etc)
//and add the URL you're using under $except = []
//like this:
protected $except = [
'/route-url-example'
];