1. create two route files routes.web.php and routes.api.php.
2. edit the RouteServiceProvider.php file to look like the code below:
(Note: you can add as many routes as you want, just follow the same logic.)
Don't forget to add the `DATABASE_QUERIES_DEBUG` in the .env file.
Call this function `$this->debugDatabaseQueries()` from any service provider `register` function: