laravel-table
laravel-table copied to clipboard
Sort URL issues
Thanks for laravel-table.
I have noticed two issues which may not be an issue at all. Please advise
-
Not able to generate secure sort URL
-
Trailing slash is causing 301 redirect
return url($path . '/?' . http_build_query($parameters));
Thank you @gbrock for the quick fix.
You're very welcome. Note that these fixes are only included in the upcoming rewrite; I haven't patched them into the core since it seems you've already forked for your purposes.
I'll leave this open until the fixes are available in the master branch.