Skip to content

WIP - A new frugal blog engine built with PHP, SQLite and Redbean PHP ORM

License

Notifications You must be signed in to change notification settings

kuslahne/adzuki

Repository files navigation

Skeleton application for SimpleMVC

Build status

This is a skeleton web application for SimpleMVC framework.

Quickstart

You can install the skeleton application using the following command:

composer create-project simplemvc/skeleton

This will create a skeleton folder containing a basic web application. You can execute the application using the PHP internal web server, as follows:

composer run-script start

The application will be executed at http://localhost:8080.

This skeleton uses PHP-DI as DI container and Plates as template engine.

Documentation

Follow this guide: https://github.com/simplemvc/skeleton

TODOS

  • Full theme work on frontend
  • Move backend template to Handlebars
  • Pagination support
  • Post view detail
  • Sidebar widget post by Months
  • Add category on post
  • Add tag on post
  • Add meta tag canonical
  • Add slug on post
  • Add search on frontend

This software is released under the MIT license.

About

WIP - A new frugal blog engine built with PHP, SQLite and Redbean PHP ORM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published