type: "GET", // not POST, laravel won't allow it
Why not? Because of the CSRF protection? Then add the CSRF token.
chriskonnertz said:
type: "GET", // not POST, laravel won't allow it
Why not? Because of the CSRF protection? Then add the CSRF token.
I know this, this is just a solution I found in the Internet and implemented it into my app
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community