Leading slash in path
bessone opened this issue · 1 comments
bessone commented
Hello,
I started using this library in a Laravel project.
The request's path method in Laravel does not include the leading slash in the returned value (https://laravel.com/docs/7.x/requests#request-path-and-method), the path method in this library include it.
I understand that this library is not directly connected with Laravel, but is it conceivable to standardize it? Or create a new method or option on the existing method?
Thanks!
freekmurze commented
For now, we're not going to change this, as a few other packages depend on the current behaviour.