Проблема связана с дополнительными параметрами, которые вызывают синтаксические ошибки.
Мой текущий маршрут:
Код: Выделить всё
Route::get('summary/{topicid}/{issueid}', [App\Http\Controllers\SummaryController::class, 'show']);
Код: Выделить всё
https://github.com/GrahamCampbell/Laravel-Throttle
Код: Выделить всё
Route::get('add-to-cart/{topicid}/{issueid}', [App\Http\Controllers\SummaryController::class, 'show'])->middleware([GrahamCampbell\Throttle\Http\Middleware\ThrottleMiddleware:10,30]);
TODO:
Прикрепите промежуточное ПО со всеми параметрами.
Подробнее здесь: https://stackoverflow.com/questions/793 ... to-a-route