6

Oh, Laravel, seriously? I think support for encoded slash in URL should be standard. Using POST for search request is ridiculous!
https://github.com/laravel/...

Comments
  • 1
    It works now, but only for the last parameter; which is fine for most use cases, and is derived from how Symfony handles this.

    I'm fine with this, as I didn't have another use case where I actually needed this, yet.
  • 1
    @xewl IDK but we are using Laravel 5.8 and it does not work for us
  • 1
    @lamka02sk I'll check tonight :) What route do you define?
  • 0
    @xewl The route was in this format: /something/else/{query}, and the query parameter was encoded on the frontend firstly automatically via axios and then with encodeURIComponent function. Of course both didn't work...
Add Comment