Skip to content

Commit 0cdf196

Browse files
authored
Create README.md
1 parent d8b778b commit 0cdf196

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)