0
votes

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 ?

1
Are you looking for this RouteServiceProviderTahir Awan

1 Answers

2
votes

Check the $middlewareGroups property in app/Http/Kernel.php