Answer the question
In order to leave comments, you need to log in
How to make links like this 'user?im=sel-123' in laravel?
Hello. In general, the question is already in the title, I ask for your help, because I do not know how to solve this issue. Please do not offer links like 'user/im/sel-123'. Thank you!
Answer the question
In order to leave comments, you need to log in
Что значит "сделать ссылки"?
Регайте роут:
Route::get("user", function(){
$im = request()->input("im");
// оперируете с im
})->name("user");
route("user", ["im" => 123]);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question