morrow/project

A clean project to start building your awesome app.

1.3.2 2015-12-01 16:09 UTC

This package is auto-updated.

Last update: 2024-04-08 17:57:25 UTC


README

This framework gives you the power to handle 95% of your website jobs very efficiently and is based on the principles of the Model-View-Controller architecture (MVC). The goal of the MVC pattern is to provide for a flexible program design, that among other advantanges allows for changing and extending code easily and at the same time it promotes reusability. Additionally, larger applications profit from the reduction of complexity and the clear and orderly structure of the architecture.

Installation

As simple as

composer create-project morrow/framework [YOUR_PATH]

This gives you a clean and empty project to build your next website.

Getting the documentation

The documentation is it`s own project and simple installable by

composer create-project morrow/docs [YOUR_PATH]