Level 122
possibly using ->appends() on the paginator
1 like
With the default laravel pagination my url looks like
mydomain.com/item?page=2
Is there a way to obtain something like
mydomain.com/item?page=2#something
possibly using ->appends() on the paginator
Please or to participate in this conversation.