UPDATE: I realize I have to register the pattern before the call to the parent's boot.
public function boot(Router $router)
{
$router->pattern(['id' => '[0-9]+']);
parent::boot($router);
}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community