Hi, I have this route in my routes.php: Route::get('/name/{id}.{format}', 'NameController@showName')...
The two variables work fine. The problem is the id pattern. Maybe I should reduce the problem to thi...
The Laravel portal for problem solving, knowledge sharing and community building.
The community