terabytesoft / adminator
Adminator HTML5 Admin Template. [Yii 3.0/Bootstrap4]
dev-master / 0.0.1.x-dev
2019-05-18 18:41 UTC
Requires
- php: ^7.2
- terabytesoft/alert: ^0.0.1@dev
- terabytesoft/bootbox: ^0.0.1@dev
- terabytesoft/font-awesome: ^0.0.1@dev
- terabytesoft/themify-icons: ^0.0.1@dev
- yiisoft/rbac: ^3.0@dev
- yiisoft/view: ^3.0@dev
- yiisoft/yii-bootstrap4: ^3.0@dev
- yiisoft/yii-captcha: ^3.0@dev
- yiisoft/yii-core: ^3.0@dev
- yiisoft/yii-jquery: ^3.0@dev
- yiisoft/yii-swiftmailer: ^3.0@dev
- yiisoft/yii-web: ^3.0@dev
Requires (Dev)
- codeception/codeception: ^3.0
- foxy/foxy: ^1.0
- hiqdev/composer-config-plugin: ^1.0@dev
- phpunit/phpunit: 8.1.3
- yiisoft/cache: ^3.0@dev
- yiisoft/di: ^3.0@dev
- yiisoft/log: ^3.0@dev
- yiisoft/log-target-file: ^3.0@dev
- yiisoft/yii-debug: ^3.0@dev
- yiisoft/yii-gii: ^3.0@dev
- yiisoft/yii-web: ^3.0@dev
This package is auto-updated.
Last update: 2022-01-19 01:27:57 UTC
README
Adminator HTML5 Admin Template. [Yii 3.0/Bootstrap4]
DIRECTORY STRUCTURE
src/
adminator/ contains Adminator HTML5 Admin Template
tests/ contains test Adminator Adminator HTML5 Admin Template
REQUIREMENTS
The minimum requirement by this extension that your Web server supports PHP 7.1.
INSTALLATION
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
CONFIGURATION
WEB SERVER SUPPORT:
- Apache.
- Nginx.
- OpenLiteSpeed.
DOCUMENTATION STYLE GUIDE
This extension follows the documentation described in Yii Documentation Style Guide.
HOW TO USE RULES CODING STANDARD WITH VSCODE:
- Install squizlabs/php_codesniffer, friendsofphp/php-cs-fixer global:
composer global require "squizlabs/php_codesniffer >=2.3.1 <3.0"
composer global require friendsofphp/php-cs-fixer
-
Copy directory /vendor/yiisoft/yii2-conding-standards/Yii2 to directory path composer global example windows C:\Users\user\AppData\Roaming\Composer\vendor\squizlabs\php_codesniffer\CodeSniffer\Standards
-
Add config Vscode:
{
"editor.detectIndentation": false,
"files.eol": "\n",
"phpcs.standard": "Yii2",
"php-cs-fixer.executablePath": "php-cs-fixer",
"php-cs-fixer.executablePathWindows": "php-cs-fixer.bat",
"php-cs-fixer.config": ".php_cs;.php_cs.dist",
"php-cs-fixer.allowRisky": true,
}
LICENSE: