config/ contains extension configurations
docs/ contains documentation extension
src/
Assets/ contains assets extension
Js/ contains js custom extension
tests/ contains tests codeception for extension
vendor/ contains dependent 3rd-party packages
- The minimum requirement by this project template that your Web server supports:
- PHP 7.2 or higher.
- NPM Installation
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install this extension using the following command composer:
composer require terabytesoft/asset-bootbox '^0.0.1@dev'
or add composer.json:
"terabytesoft/asset-bootbox":"^0.0.1-dev"
<?php
\TerabyteSoft\Assets\BootBox\BootBoxAsset::register($this);
echo Yiisoft\Yii\Bootstrap4\Html::a(
'Delete',
'#',
[
'class' => 'btn btn-danger',
'data' => [
'confirm' => 'Are you sure you want to delete this item?',
'method' => 'post',
],
]
);
$ cd vendor/terabytesoft/asset-bootbox
$ composer update --prefer-dist -vvv
$ vendor/bin/codecept run
- Apache.
- Nginx.
- OpenLiteSpeed.