In Laravel 11, the RouteServiceProvider.php file is removed. So the question is how can we configure the routes? Let's say we want to add API routes with a prefix of /api. In previous Laravel versions this was done in the RouteServiceProvider.php file: