All notable changes to notaCMS
will be documented in this file.
Bug fix on getRoute() on Blog class
- Can change the route name on model.
It redirects the user to index when slug not found.
- It can create a new blog with command
notacms:new {Blogname}
- It automatically publishes the Model, Migration, Views and Blog stub.
- It automatically routes the index and show routes.
- The blog file is a .md file with Front Matter
- All the front matter are loaded to database, while the
meta_
fields to the relative seo table from RalphJ package. - Console command
notacms:load {Blogname}
loads all the files in the database, and updates existing fields.