This repository has been archived by the owner on Sep 10, 2019. It is now read-only.
- drops support for Laravel 5.6
- adds Laravel 5.8 support
- Refactoring of the template renderer
- Inject a markdown parser, this way it can now be swapped out
Breaking changes
- The Route Resolver has been modified. Every page has to live in its own directory now. The URL
/blog
should have acontents/blog/blog.md
while previouslycontents/blog.md
was enough. (#18)