Skip to content

DevNet-Framework/mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevNet MVC Web Application Template

This package is a Model-View-Controller web application template for DevNet Framework.

Requirements

  • PHP version 8.0 or higher
  • Composer version 2.0 or higher

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