MCPcopy Index your code
hub / github.com/CoderOpen/waimai / mapWebRoutes

Method mapWebRoutes

app/Providers/RouteServiceProvider.php:52–57  ·  view source on GitHub ↗

* Define the "web" routes for the application. * * These routes all receive session state, CSRF protection, etc. * * @return void */

()

Source from the content-addressed store, hash-verified

50 * @return void
51 */
52 protected function mapWebRoutes()
53 {
54 Route::middleware('web')
55 ->namespace($this->namespace)
56 ->group(base_path('routes/web.php'));
57 }
58
59 /**
60 * Define the "api" routes for the application.

Callers 1

mapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected