[Vuejs]-Laravel vue 'supported methods: DELETE' when POSTing to 'store' method

1👍

I think you need mention the route if you are using Ziggy route in your Inertia js app

<form @submit.prevent="form.post(route('categories.store'))">
👤Gev99

Leave a comment