As the title suggests, I am resurrecting an old Laravel project (from v5) and upgrading to v8.
In my blade template I referred to $request->q
which would get the q=somevalue
part of my url, in laravel 8 however this doesn't work.
I have tried a number of methods found in this SO post but none of them work.