[Vuejs]-405 (Method Not Allowed) Axios โ€“ Laravel

0๐Ÿ‘

I solved the problem. Specifically, the problem was in the .htaccess file, which did not point well to the public root of the Laravel application.

Previously, I had a public folder and a Laravel project folder in it, which I had to change in order for all Laravel files to be in that root folder.

Now the problem with displaying the entire path in the url disappeared as well as the problem with code 419. I hope I explained the solution to the problem properly.

Leave a comment