Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

0.5.0

Latest
Compare
Choose a tag to compare
@rathesDot rathesDot released this 28 Feb 19:50
b75f618
  • 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 a contents/blog/blog.md while previously contents/blog.md was enough. (#18)