ryaan-anthony / magento-example-feature
Example customization for Magento v1 webstore
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento-module
Requires
Requires (Dev)
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2024-10-29 05:23:01 UTC
README
Example customization for Magento v1 webstore
This is not intended to be a profound feature. Just some POC code for an integrations project.
- Install the module
composer install
- Run the tests
composer test
- Features
- Renders list of HTML content on homepage.
Tested using PHP7.2