laravel get param string

public function someFunction(\Illuminate\Http\Request $request)
{
    $queryString = $request->getQueryString()
}

One of the simplest ways to get the full query string from a Laravel request.

BETA Snippet explanation automatically generated by OpenAI:

No explanation generated yet.

Snippet By Tony Lea

·

Created June 17th, 2021

·

Report Snippet