Skip to content

Commit a6b2e9f

Browse files
authored
Update README.md
1 parent a70cea4 commit a6b2e9f

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
# site-type-php
1+
# EasyEngine/site-type-php
2+
3+
Adds `php` site type to [site command](https://github.com/EasyEngine/site-command/)
4+
5+
## Usage
6+
7+
```bash
8+
ee site create example.com --type=php # Create simple php site (without db)
9+
ee site create example.com --type=php --with-db # Create php site with db
10+
ee site create example.com --type=php --cache # Create php site with redis cache
11+
```

0 commit comments

Comments
 (0)