You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define this package in "require" section of composer.json
"phpixie/amalgama": "2.*@dev"
Update packages
php composer.phar update -o --prefer-dist
Add a config file under /assets/config/amalgama.php
returnarray(
// The list of languages'list' => array('en', 'ru', 'kk'),
// Default language'default' => 'en',
// For using autorouting extension'autorouting' => true,
// Names of routes for except them from autorouting extension'autoroutingExcept' => '^admin_'
);