Releases: azzarip/notaCMS
Releases · azzarip/notaCMS
v1.0.3
v1.0.2
v1.0.1
First Release v1.0.0
- 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.