/doctest

Primary LanguagePHP

#Sample Restful Service Documentation

####Libraries used

The docs is outputted to the public/docs folder

####Navigating

  • Routes are defined in the routes/api.php file
  • The JourneyHistories controller is at app/Http/Controllers/Api/V1/JourneyHistoriesController.php
  • Main pseudo-code is separated into the src folder and namespaced Changers