devnet / mvc
MVC Web Application
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Type:project
Requires
- devnet/core: 1.1.*
This package is not auto-updated.
Last update: 2025-05-13 15:58:16 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