oshrirozmarin there are several methods, here are two options I could think of, from easiest to hardest:
- use the webserver to block these requests, eg using a custom htaccess with apache or a custom vhost (partial) vhost configuration for nginx
- create an extension that rebinds the routes, you can use the IoC extend method for this (see the Laravel docs).