How to use package
- Add this code into composer.json of your project
"repositories": [ { "type": "vcs", "url": "git@gitlab.monotos.biz:pvduc/daito-utils.git" } ] - 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 daito/lib:dev-master
Note:
If package changes, to project updates new changes
composer update daito/lib:dev-master