In your app\http\Middleware\VerifyCsrfToken.php file. edit $except property with: protected $except = [ 'yourapi/*' ]; Save This will exclude your api routes from CSRF verification.And keep it up for other things like your frontend.
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter