mirror of
https://github.com/VitexSoftware/php-ease-twbootstrap-widgets-abraflexi.git
synced 2026-04-04 05:59:49 +00:00
No description
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/13.0.1/ChangeLog-13.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/12.0.0...13.0.1) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 13.0.1 dependency-type: direct:development ... 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
