[Vuejs]-Uncaught (in promise) csrf Vue js laravel

0👍

According to Laravel 9 docs you have to send csrf token. Here’s the link that talk about it:

https://laravel.com/docs/9.x/sanctum#csrf-protection

Leave a comment