Wallogit.com
2017 © Pedro Peláez
supported pyrocms an api service, (*1)
step 1. install with composer, (*2)
composer require papajo/pyrocms-api:^1.0 --no-scripts
step 2. add PyrocmsapiServiceProvider to config/app.php, (*3)
'providers' => [
/*
* Pyrocmsapi Service Provider
*/
Pyrocmsapi\Providers\PyrocmsapiServiceProvider::class,
]
step 3. call or edit api route in vendor/papajo/pyrocms-api/Routes/api.php, (*4)
tips: all api uri prefix is /api/, (*5)
PyroCMS is an easy to use, powerful, and modular CMS and development platform built with Laravel 5., (*6)