Answer the question
In order to leave comments, you need to log in
How does laravel get #(hash)?
Added to the Laravel project in Exception\Handpler an entry of the path that the user went to
\Illuminate\Support\Facades\Log::info('Path - ' . request()->path());
Answer the question
In order to leave comments, you need to log in
No way. This is a pointer for the browser, it is not passed to the server
You have Ajax requests for normal urls, and the hash is used only for the clean code, apparently someone on the server is mapping for debugging convenience. On the server, it is naturally not transmitted.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question