https://github.com/yii2-extensions/asset-bootbox
Asset BootBox
https://github.com/yii2-extensions/asset-bootbox
assets bootbox yii2
Last synced: 6 months ago
JSON representation
Asset BootBox
- Host: GitHub
- URL: https://github.com/yii2-extensions/asset-bootbox
- Owner: yii2-extensions
- License: mit
- Created: 2019-06-25T14:20:52.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T14:40:14.000Z (over 1 year ago)
- Last Synced: 2024-12-02T07:52:18.684Z (6 months ago)
- Topics: assets, bootbox, yii2
- Language: PHP
- Homepage:
- Size: 229 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Asset for Bootbox.

## Installation
The preferred way to install this extension is through [composer](https://getcomposer.org/download/).
Either run
```
composer require --dev --prefer-dist yii2-extensions/asset-bootbox
```or add
```
"yii2-extensions/asset-bootbox": "dev-main"
```to the require-dev section of your `composer.json` file.
## Usage
```php
'btn btn-danger',
'data' => [
'confirm' => 'Are you sure you want to delete this item?',
'method' => 'post',
],
]
);
```## Quality code
[](https://github.com/yii2-extensions/asset-bootbox/actions/workflows/static.yml)
[](https://github.com/yii2-extensions/asset-bootbox/actions/workflows/static.yml)
[](https://github.styleci.io/repos/193722479?branch=main)## Support versions Yii2
[](https://github.com/yiisoft/yii2/tree/2.0.49.3)
[](https://github.com/yiisoft/yii2/tree/2.2)## Testing
[Check the documentation testing](/docs/testing.md) to learn about testing.
## Our social networks
[](https://twitter.com/Terabytesoftw)
## License
The MIT License. Please see [License File](LICENSE.md) for more information.