Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Jan 3, 2023
1 parent 45a9aca commit 00ff78b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ npm run build

You need to change the connection information to the database if you want to store and use data for the website.

Path: [`/config/database.php`](https://github.com/TanHongIT/yl-mvc-structure/tree/main/config)
Path: [`/config/database.php.example`](https://github.com/TanHongIT/yl-mvc-structure/tree/main/config)

Copy the file `database.php.example` to `database.php` and edit the information in the file.

```php
define('DB_HOST', 'localhost');
Expand Down
File renamed without changes.

0 comments on commit 00ff78b

Please sign in to comment.