PHP Class Asvae\ApiTester\Http\Controllers\RouteController

Inheritance: extends Illuminate\Routing\Controller
Show file Open project: asvae/laravel-api-tester

Public Methods

Method Description
index ( Asvae\ApiTester\Contracts\RouteRepositoryInterface $repository ) : Illuminate\Http\JsonResponse Display list of all available routes.

Method Details

index() public method

Display list of all available routes.
public index ( Asvae\ApiTester\Contracts\RouteRepositoryInterface $repository ) : Illuminate\Http\JsonResponse
$repository Asvae\ApiTester\Contracts\RouteRepositoryInterface
return Illuminate\Http\JsonResponse