Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Satini_pvduc
/
daito-utils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Satini_pvduc
2025-01-03 15:08:43 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
67cd3bd6d64de5ac0c2d8a31916e6cb8d54d1432
67cd3bd6
1 parent
acff8b6d
update readme
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
README.md
README.md
View file @
67cd3bd
# 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
...
...
Please
register
or
sign in
to post a comment