Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit authored Aug 13, 2022
1 parent a433d73 commit 33a6e41
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It's built based on the combination of ideas from the Yii framework and Laravel

# 1. Configuration requirements

- Version PHP 7.2 and above
- Version PHP 7.2 and above (latest - 8.1)
- OpenSSL PHP Extension

# 2. Technology
Expand Down Expand Up @@ -35,7 +35,7 @@ Path: [`/config/database.php`](https://github.com/TanHongIT/yl-mvc-structure/tre
define('DB_HOST', 'localhost');
define('DB_USER', 'root');
define('DB_PASS', '');
define('DB_NAME', 'chatapp-php');
define('DB_NAME', 'mvc-structure');
```

# 5. Install and using ssl certificate
Expand Down Expand Up @@ -70,6 +70,8 @@ mkcert local.yl_mvc_structure.com

### Update configuration

Setup conf file using Apache:

Change **local.yl_mvc_structure.com.conf** file (/apache2/sites-available/ to this)

```
Expand Down Expand Up @@ -112,4 +114,4 @@ https://local.yl_mvc_structure.com/product
https://local.yl_mvc_structure.com/product/all
https://local.yl_mvc_structure.com/product/show/1
...
```
```

0 comments on commit 33a6e41

Please sign in to comment.