terabytesoft/asset-bootbox

dev-master / 0.0.1.x-dev 2019-06-06 13:36 UTC

This package is auto-updated.

Last update: 2024-04-07 01:18:45 UTC


README

68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f44716d4362497459747866357168476b315777445f524f31364346397769515f62337442323871466c4d44384e76367854706a39752d5542384c516c597a3944626b6447362d5941615935344b326257762d6a31436867396c5a45797559444f4336742d716863774f764454786e463175655055374b4776754b4c566563354a6b5473773772514d3d7732343030

Asset BootBox

Unstable Version Build Status Build Status Code Quality Code Intelligence Status Maintainability StyleCI


68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f3249365f633544544a484f304c6264324f617374674269795339666c466f5657745934564b726139343778544f4b4c302d6571717942437053366666434e7565746f6b416f496a6a69487169546255666573584b78484a51527a36376a3536613750445a4b6b73556a6867617637484d6255566f6a4a4a346a364774663255626b574162467257373d7732343030

DIRECTORY STRUCTURE:

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

REQUIREMENTS:

  • The minimum requirement by this project template that your Web server supports:

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"

USAGE:

<?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',
        ],
    ]
);

RUN TESTS CODECEPTION:

$ cd vendor/terabytesoft/asset-bootbox
$ composer update --prefer-dist -vvv
$ vendor/bin/codecept run

WEB SERVER SUPPORT:

  • Apache.
  • Nginx.
  • OpenLiteSpeed.

DOCUMENTATION STYLE GUIDE:

Style CI Documentation PSR2.

LICENCE:

License YiiFramework Total Downloads