A
A
Aleksandr_Markelov2019-01-01 19:00:18
Laravel
Aleksandr_Markelov, 2019-01-01 19:00:18

How to do level 1 routing?

Good evening. This is the essence of the issue as the possibilities of laravel to compose Route::get('{переменная}');. I have explicit uri routes, and I know that when writing such a route, there will be an error. In docks about routing saw nothing necessary. How to solve such a problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ukolov, 2019-01-01
@alexey-m-ukolov

I know that when writing such a route there will be an error

How do you know this? There will be no error, you just need to put your wildcard route last, and all the rest above it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question