asvae / laravel-api-tester

Test your routes without hassle
http://laravel-api-tester.asva.by/
MIT License
356 stars 52 forks source link

Dingo api routes are not displayed #11

Closed nyedidikeke closed 8 years ago

nyedidikeke commented 8 years ago

Dingo api routes are currently not being captured; only default application routes Route:: and the package's test ones are.

asvae commented 8 years ago

@nyedidikeke I'm not familliar with dingo api and currently requests are first-hand priority.

PR will be gladly accepted though :3. And I will take a look at some point, just not now.

nyedidikeke commented 8 years ago

@asvae: will check it up as soon as I can and send a PR.

greabock commented 8 years ago

@nyedidikeke Hi! You just should impelement RouteRepositoryInterface

and override this config line

greabock commented 8 years ago

@nyedidikeke I will try to implement support for Dingo. Day or two.

greabock commented 8 years ago

https://github.com/asvae/laravel-api-tester/commit/4f0e6f6f2eec57391e1ed605e2dcb680db741a93