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') }}"
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 ;)
Is it that last / in action ?
/backoffice/customer/create
Instead of
/backoffice/customer/create/
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community