What's the best practice now for how to replace the functionality lost from Route::when()?
I use it to apply conditional middleware on POST requests: Route::when('folder/*/edit', 'role:can_edit', array('post', 'delete', 'put', 'patch'));
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community