Laravel 10: How to Handle Nested Resource Routes with Custom Controller Methods
👀 Views: 1
💬 Answers: 1
📅 Created: 2025-06-09
laravel routing controllers
I'm working on a Laravel 10 application where I need to create a nested resource route for posts and comments. However, I'm running into issues when trying to a...