Name Last Update
src Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
composer.json Loading commit data...

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 daito/lib:dev-master

Note:

If package changes, to project updates new changes

composer update daito/lib:dev-master