File "README.md"

Full Path: /home/warrior1/public_html/languages/wp-content-20241001222009/plugins/file-manager/vendor/bitapps/wp-kit/README.md
File size: 262 bytes
MIME-type: text/plain
Charset: utf-8

### WPKit

---

# usage

1. Add this repository in composer.json

```
"repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/Bit-Apps-Pro/wp-kit"
    }
  ]
```

2. Then install the package

```
composer require bitapps/wp-kit:dev-main
```