While reading the Laravel 5.6
docs I found these lines:
The web.php file contains routes that the RouteServiceProvider places in the web middleware group
and
The api.php file contains routes that the RouteServiceProvider places in the api middleware group
I dont see these groups in the Middleware directory
.
where can I find the Web Middlware group
and Api Middleware group
in the project directory ?