Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsspencer/magento2-catalog-categories
Magento 2 extension sample to create catalog categories and subcategories using an installer
https://github.com/fsspencer/magento2-catalog-categories
magento magento-2 magento-extension magento2 magento2-module
Last synced: 9 days ago
JSON representation
Magento 2 extension sample to create catalog categories and subcategories using an installer
- Host: GitHub
- URL: https://github.com/fsspencer/magento2-catalog-categories
- Owner: fsspencer
- Created: 2017-11-05T17:40:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T17:42:00.000Z (about 7 years ago)
- Last Synced: 2023-10-22T13:38:15.909Z (about 1 year ago)
- Topics: magento, magento-2, magento-extension, magento2, magento2-module
- Language: PHP
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2 Catalog Categories
This is a sample extension to show you how to create a simple category tree programmatically.## Installation
NOTE: This extension comes with sample categories. Make sure to modify them before installing the extension.
1. Clone this repository
2. Copy the Codealist directory into your app/code directory
3. Execute: php bin/magento setup:upgradeNow when you log into the Admin Panel and go to Catalog > Categories, you'll be able to see the categories created.
## Compatibility
- Magento 2.0
- Magento 2.1
- Magento 2.2