https://github.com/yii2-extensions/asset-popper
Asset Popper.
https://github.com/yii2-extensions/asset-popper
asset popper yii2 yii2-extensions
Last synced: about 1 month ago
JSON representation
Asset Popper.
- Host: GitHub
- URL: https://github.com/yii2-extensions/asset-popper
- Owner: yii2-extensions
- License: mit
- Created: 2023-11-23T09:22:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T07:06:00.000Z (about 1 year ago)
- Last Synced: 2025-03-18T21:53:19.037Z (2 months ago)
- Topics: asset, popper, yii2, yii2-extensions
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- 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
Assset bundle for Popper.js.
## Installation
The preferred way to install this extension is through [composer](https://getcomposer.org/download/).
Either run
```shell
composer require --prefer-dist yii2-extensions/asset-popper:^0.1
```or add
```json
"yii2-extensions/asset-popper": "^0.1"
```to the require section of your `composer.json` file.
## Basic usage
```php