Answer the question
In order to leave comments, you need to log in
How do I properly form routes in laravel?
Good day to all!
I read the documentation wherever I didn't look. I don’t understand yet why I don’t get data
. Here is the code - it seems that the route is the same, it just adds products.
//shop
Route::get('/shop', '[email protected]');
// shop/products
Route::get('/shop/products', '[email protected]');
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question