Installing the Kowal Custom Title and Description Module for Magento 2 Categories
kowal/module-customcategorytitle
Type: Composer
- Add the Composer repository to the configuration:
composer config repositories.custom.category.title vcs https://github.com/kowalco/custom-category-title
- Add the access token for the private GitLab repository:
composer config --global --auth github-oauth.github.com <YOUR_TOKEN>
- Install the module using Composer:
composer require kowal/module-customcategorytitle
- Enable the module:
php bin/magento module:enable Kowal_CustomCategoryTitle
- Apply database updates:
php bin/magento setup:upgrade
- Flush the cache:
php bin/magento cache:flush




















