标签: php laravel
为什么即使以前总是可以使用,为什么也不能使用
route Route::post('/test', 'Book_baggage@testFunction'); controller public function testFunction(Request $request) { echo "string"; } verifyCsrfToken protected $except = [ '/test' ];