[Vuejs]-After Filling all Fields laravel sending 'required' error

0๐Ÿ‘

โœ…

I believe your code is in error in this part. changes:

   axios.post('{{route('forms.store')}}',this.fd,config)

to:

   axios.post('{{route('forms.store')}}',fd,config)

Leave a comment