Magento2 an open-source e-commerce platform written in PHP.
Here in this extension we are going to learn how to Add new section & attribute for catalog category.
In this extension we have added 3 fields named as Is Homepage Display?(This is used to check if the image needs to be displayed on Home page or not), second field is Category Thumb Image (This is used to upload the thumb image) & last is Category description, this options is self - explainatory.
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush