morrow / framework
A clean project to start building your awesome app.
Installs: 79
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 1
Open Issues: 1
Type:project
Requires
- php: >=5.4
- morrow/core: ~1
This package is auto-updated.
Last update: 2024-12-08 19:45:38 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]