Skip to content

First Release v1.0.0

Compare
Choose a tag to compare
@azzarip azzarip released this 03 Jan 11:13
· 13 commits to main since this release
  • 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.