Unable to get query parameters from laravel url get request

http://localhost:8000/senders/verify#/activate?user=qaisar72477247@email.com&option=AccountActivated

this is my url and i am unable to get the query parameters i dont know why.. anyone can tell me whats going on?

if I use

http://localhost:8000/senders/verify?user=qaisar72477247@email.com&option=AccountActivated

I can suucessfully get the varaibles but after putting #/activate i cant i dont know why.. please help me its urgent

thanks



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/3p06OOV
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time