[Vuejs]-The GET method is not supported for this route. Supported methods: POST. when i want to input data

0👍

Are your Laravel and Vue is in one project ?

  1. No : Laravel 5.8 default has no CORS. Can you check installed any package to config CORS ?

  2. Yes : Try using Axios with CDN instead of javascript package and post data again.

    https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js

Leave a comment