Satini_pvduc

update readme

Showing 1 changed file with 23 additions and 0 deletions
# How to use package
1. Add this code into composer.json of your project
```
"repositories": [
{
"type": "vcs",
"url": "git@gitlab.monotos.biz:pvduc/daito-utils.git"
}
]
```
2. Run command to install package
```
# we use master branch
# if has any changes it will request to last commit of Master branch default
composer require pvduc/daito-utils:dev-master
```
#### **Note**:
If package changes, to project updates new changes
```
composer update pvduc/daito-utils:dev-master
```
\ No newline at end of file
......