/oc-jd-dingoapi

Dingo/API implementation for OctoberCMS

Primary LanguagePHPMIT LicenseMIT

Implementation of the Dingo/Api for OcotberCMS

Routes not working?

Ensure you require your API routes.php file within your Plugin.php boot method. Example: require realpath(__DIR__ . '/http/api/routes.php');