wp-kit/utils
A set of utilities for wp-kit components
10,120
| Install | |
|---|---|
composer require wp-kit/utils |
|
| Latest Version: | 2.0.5 |
| PHP: | ^7.4 |
| License: | MIT |
| Last Updated: | Sep 28, 2020 |
| Links: | GitHub · Packagist |
Maintainer: terence1990
wp-kit/utils
A set of utilities for wp-kit components.
There is nothing on the branch other than a helper file for wp-kit components.
Installation
From the root of your Themosis installation or in your Composer driven theme folder, install wp-kit/utils using the follow command:
composer require "wp-kit/utils"
Commands
Vendor Publish
To use the vendor publish command in it's simplest form, use the below command:
wp kit vendor:publish
Here is a below synopsis:
wp kit vendor:publish [--tag=<tag>] [--provider=<provider>] [--force=<force>
OPTIONS
[--tag=<tag>]
One or many tags that have assets you want to publish.
[--provider=<provider>]
The service provider that has assets you want to publish.
[--force=<force>]
Overwrite any existing files.
---
default: false
---
Get Involved
To learn more about how to use wp-kit check out the docs:
Any help is appreciated. The project is open-source and we encourage you to participate. You can contribute to the project in multiple ways by:
- Reporting a bug issue
- Suggesting features
- Sending a pull request with code fix or feature
- Following the project on GitHub
- Sharing the project around your community
For details about contributing to the framework, please check the contribution guide.
Requirements
Wordpress 4+
PHP 5.6+
License
wp-kit/utils is open-sourced software licensed under the MIT License.