devnet / mvc
MVC Web Application
1.1.1
2025-03-04 17:15 UTC
Requires
- devnet/core: 1.1.*
This package is not auto-updated.
Last update: 2026-03-31 20:21:26 UTC
README
This package is a Model-View-Controller web application template for DevNet Framework.
Requirements
Installation
You can use DevNet CLI to create a MVC web application project by running the following command in your terminal:
devnet new mvc --project [project-Name]
Or using composer
composer create-project devnet/mvc [project-Name]
Documentation
Full documentation on how to use DevNet Framework is available at devnet-framework.github.io