andersao / l5-repository

Laravel 5 - Repositories to abstract the database layer
http://andersao.github.io/l5-repository
MIT License
4.19k stars 878 forks source link

Invalid URL separator (semicolon) #792

Open jglagrimas opened 1 year ago

jglagrimas commented 1 year ago

So as per ietf the semicolon is a reserved character, shouldn't be used in a URL, what i did is to update the separator to !.

galliroberto commented 11 months ago

you can override the class, I ha the same problem or you can use https://lyften.com/projects/laravel-repository/ https://github.com/topics/laravel-repository