Magento v1 application environment
The purpose of this project is to demonstrate ways to build/customize/test a Magento v1 webstore with various 3rd party extensions and PHP modules. The goal is to decouple features and customizations from base code and 3rd party extensions.
- Composer
- Environment meets Magento system requirements
- Install the app
composer install
- Run the tests
composer test
- Run the local server
cd magento
php -S magento.test:8000
-
View magento.test:8000 in your browser
-
Run Magento installer or seed the database as usual
- "Example Feature" Magento extension is installed
- Leverages "Content Builder" PHP module to provide model data
- Ordered list of HTML blocks are displayed on the homepage
* Integration tests
* Add CICD badges
Tested using PHP7.2 and MYSQL5.6