Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 633 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 633 Bytes

DevNet Web Application Template

This package is a web application template for DevNet Framework.

Requirements

  • PHP version 8.1 or higher
  • Composer version 2.0 or higher

Installation

You can use DevNet CLI to create a web application project by running the following command in your terminal:

devnet new web --project [project-Name]

Or using composer

composer create-project devnet/web [project-Name]

Documentation

Full documentation on how to use DevNet Framework is available at devnet-framework.github.io