'api/v1', 'middleware' => ['api', 'auth:api'] ], function () { Route::get('/', function () { return Auth::guard('api')->user(); }); });