File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 22This package is a Model-View-Controller web application template of DevNet Framewark.
33
44## Requirements
5- - PHP 7.4 or higher version from [ php.net ] ( https://www.php.net/ )
6- - Composer the dependency manager from [ getcomposer.org ] ( https://getcomposer.org/ )
5+ - [ PHP ] ( https://www.php.net/ ) version 8.0 or higher
6+ - [ Composer ] ( https://getcomposer.org/ ) version 2.0 or higher
77
88## Installation
99To create a DevNet Web MVC Application project using composer, run the following command in your terminal:
1010```
1111composer create-project devnet/mvc-template [project-Name]
1212```
13- Or using DevNet CLI
14- ```
15- devnet new mvc --project [project-Name]
16- ```
1713
1814## Documentation
1915Full documentation on how to use ** DevNet Framework** is available at [ devnet-framework.github.io] ( https://devnet-framework.github.io )
You can’t perform that action at this time.
0 commit comments