- Get the plain Kirby Kit
- Download and install the Better Rest Plugin
- For local development create the
config
folder under/site/
and create aconfig.php
- Add the following:
<?php
return [
'debug' => true,
'api' => [
'basicAuth' => true,
'allowInsecure' => true
]
];
- Don't forget to edit the
.htaccess
and rewrite the root directory's path.
RewriteBase /