mirror of
https://github.com/VitexSoftware/php-ease-twbootstrap-widgets-abraflexi.git
synced 2026-02-01 00:07:07 +00:00
No description
Updates the requirements on [vitexsoftware/abraflexi-bricks](https://github.com/VitexSoftware/php-abraflexi-bricks) to permit the latest version. - [Release notes](https://github.com/VitexSoftware/php-abraflexi-bricks/releases) - [Changelog](https://github.com/VitexSoftware/php-abraflexi-bricks/blob/main/CHANGELOG.md) - [Commits](https://github.com/VitexSoftware/php-abraflexi-bricks/compare/v1.4.2...v1.5.0) --- updated-dependencies: - dependency-name: vitexsoftware/abraflexi-bricks dependency-version: 1.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| debian | ||
| Examples | ||
| i18n/cs_CZ/LC_MESSAGES | ||
| nbproject | ||
| src/AbraFlexi/ui/TWB | ||
| tests | ||
| .gitignore | ||
| .phpunit.result.cache | ||
| codeception.yml | ||
| composer.json | ||
| flexibee-logo.svg | ||
| flexipeehp.png | ||
| LICENSE | ||
| Makefile | ||
| phpunit.xml | ||
| project-logo.png | ||
| project-logo.svg | ||
| README.md | ||
php-AbraFlexi-Bricks
Examples how to use AbraFlexi Library for AbraFlexi with EasePHP Framework widgets
Příklady použití knihovny AbraFlexi pro AbraFlexi
Instalace
composer require vitexsoftware/ease-bootstrap-widgets-abraflexi
How to run ?
- composer install
- cd src
- modify config.php to use custom AbraFlexi connection
- open the project url in browser
Co tady máme ?
Třídy v AbraFlexi/Bricks/ui/TWB:
| Soubor | Popis |
|---|---|
| StatusInfoBox.php | Info |
Debian/Ubuntu
Pro Linux jsou k dispozici .deb balíčky. Prosím použijte repo:
sudo apt install lsb-release wget apt-transport-https bzip2
wget -qO- https://repo.vitexsoftware.com/keyring.gpg | sudo tee /etc/apt/trusted.gpg.d/vitexsoftware.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/vitexsoftware.gpg] https://repo.vitexsoftware.com $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo apt update
apt install php-bootstrap-widgets-abraflexi
