I am developing an Laravel 5.2 and I wondering if I can catch an anchor present on the url like:
http://www.domain.com/public/folder/5#anchor_name
I need to read this from url to collapse or not a Toggle Panel. Do you think is this possible?
I know I can do this from javascript, but I need to know if I can manage this from the controller.