Answer the question
In order to leave comments, you need to log in
Why laravel scolds that Route is not found, although it is?
Registered REST routers for my products
Route::get('product', 'ProductControl[email protected]');
Route::post('product', '[email protected]');
Route::get('product/create', '[email protected]');
Route::patch('product/{product}', '[email protected]');
Route::get('product/{product}', '[email protected]');
Route::put('product/{product}', '[email protected]');
Route::get('product/{product}/edit', '[email protected]');
Route::delete('product/{product}', '[email protected]');
<a class="navbar-brand" href="{{ route('product.index') }}">Спортивные товары</a>
Route [product.index] not defined. (View: D:\OpenServer\domains\sportgoods\resources\views\index.blade.php)
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