Hi! I would like to route these slugs: lorem-ipsum-123 lorem-ipsum-123-456 into two variables: $sl...
I think I solved it with this code: Route::pattern('productId', '[0-9]*'); Route::pattern('slug', '[...
The Laravel portal for problem solving, knowledge sharing and community building.
The community