Installation - landrisek/impala GitHub Wiki
- Install composer if you don't have it yet
- Add to your composer.json repositories section to require section: "require": { "landrisek/Impala": "1.1", } or run composer require landrisek/Impala:1.1
- Copy files from Impala/assets to your public assets folder and add to Impala configuration section name of folder under key assets (see wiki configuration page)
- Register extension in configuration file (see wiki configuration page)
- Run Impala/install/install.sql query. If modyfing name of tables, use configuration section (see wiki configuration page). Check your name of user table where foreign keys will be placed by installations queries and collation and charset, default is UTF8_czech_ci
PHP dependencies:
Javascript dependencies:
react, webpack, bootstrap framework, jquery You can find more in config folder