Laravel – Submitting the form using POST method also how do I get the parameters in url
Trying to submit the form using POST method and also getting the parameters via url. While accessing website.com/profile/ it doesn't work. It returns this error message The GET method is not supported for route profile-list. Supported methods: POST. I'm not…