This is a major version of Helix Ultimate introduces a lot of improvements.
- Install a fresh Joomla!
- Open terminal in the root directory of the Joomla! project.
- Run
git init
- Run
git remote add origin [email protected]:JoomShaper/helix-ultimate.git
Or If you are not using SSH then rungit remote add origin https://github.com/JoomShaper/helix-ultimate.git
- Run the command
git fetch
- Run
git checkout 2.0.1
- Run
cd plugins/system/helixultimate
- Run
composer install
- Run
composer dump-autoload -o
- Login to administrator panel.
- Go to
Extensions > Manage > Discover
- Install
shaper_helixultimate
template andSystem - Helix Ultimate Framework
plugin. - Go to
Extensions > Plugins
and search for the pluginSystem - Helix Ultimate Framework
and enable it.