Made with Laravel Lumen and PHP 7.1.
- Download project from GitHub
composer install
- Set up
.env
with your config settings - Deploy to your site or test locally
For now Hugo is the only static site generator that this endpoint supports.
However it's trivial to add a new provider in app/Providers
for your specific generator of choice.
Take a look at the HugoProvider
for an example.
- Create new post
- Update post
- Delete post
- Undelete post
- Support media upload
- More tests