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

1.1.1 2025-03-04 17:15 UTC

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

  • 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