We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b778b commit 0cdf196Copy full SHA for 0cdf196
README.md
@@ -0,0 +1,19 @@
1
+# DevNet Web Application Template
2
+This package is a basic web application template of DevNet Framewark.
3
+
4
+## 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/)
7
8
+## Installation
9
+To create DevNet MVC Web Application, run the following command in your terminal:
10
+```
11
+composer create-project devnet/web YourProjectName
12
13
+Or using DevNet CLI
14
15
+devnet new web --project YourProjectName
16
17
18
+## Documentation
19
+Full documentation on how to use **DevNet Framework** is available at [devnet-framework.github.io](https://devnet-framework.github.io)
0 commit comments