This is a skeleton web application for SimpleMVC framework.
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.
Follow this guide: https://github.com/simplemvc/skeleton
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
This software is released under the MIT license.