Php – Laravel 5.8: How to add a custom anonymous route to the Laravel's core file
I have a Laravel 5.8 application and I need to add a custom anonymous route to the Laravel's core file which is Router.php and located in this directory: /vendor/laravel/framework/src/Illuminate/Routing I checked the file but since it does not have any…