Support the ongoing development of Laravel.io →
Input Forms
Last updated 1 year ago.
0

open dev tools and see if your browser is actually doing a POST not a GET

also try changing action="/backoffice/customer/create/" to action="{{ route('createCustomer') }}"

0

astroanu said:

open dev tools and see if your browser is actually doing a POST not a GET

also try changing action="/backoffice/customer/create/" to action="{{ route('createCustomer') }}"

Hi, yeah it works with action="{{ route('createCustomer') }}"

thank you ;)

0

is your Route::post inside a Route::group ?

0

Is it that last / in action ?

/backoffice/customer/create

Instead of

/backoffice/customer/create/

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.