An open API service indexing awesome lists of open source software.

https://github.com/vitexsoftware/php-ease-twbootstrap-widgets-abraflexi

extending classes and widgets for php-flexibee
https://github.com/vitexsoftware/php-ease-twbootstrap-widgets-abraflexi

Last synced: 5 months ago
JSON representation

extending classes and widgets for php-flexibee

Awesome Lists containing this project

README

          

# php-AbraFlexi-Bricks
![Project Logo](https://raw.githubusercontent.com/VitexSoftware/php-abraflexi-bricks/master/project-logo.png "Project Logo")

Examples how to use [AbraFlexi](https://github.com/Spoje-NET/AbraFlexi) Library for AbraFlexi with EasePHP Framework widgets

Příklady použití knihovny [AbraFlexi](https://github.com/Spoje-NET/AbraFlexi) pro [AbraFlexi](https://abraflexi.eu/)

Instalace
----------

composer require vitexsoftware/ease-bootstrap-widgets-abraflexi

How to run ?
------------

1) composer install
2) cd src
3) modify config.php to use custom AbraFlexi connection
4) open the project url in browser

### Co tady máme ?

# Třídy v AbraFlexi/Bricks/ui/TWB:

| Soubor | Popis |
| ------------------------------------------------------------------- | -------|
| [StatusInfoBox.php](src/AbraFlexi/Bricks/ui/TWB/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