Hello,
Since the last version and the way to instantiate route with the new Route attribute, maybe it would be good to remove this file ?
Or at least, making it optional
// Providers/RouteServiceProvider.php
if(file_exists(base_path('routes/web.php'))){
require base_path('routes/web.php');
}