Skip to content

ryaan-anthony/magento-dev

Repository files navigation

magento-dev

Magento v1 application environment

Build Status

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.

Contents

  1. Installation
  2. Example usage
  3. Customizations
  4. Roadmap (TODO)

Installation

Requirements

Setup instructions

  • Install the app
composer install
  • Run the tests
composer test

Example usage

  • 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

Customizations

Screenshot Inspect DOM

Roadmap (TODO)

* Integration tests
* Add CICD badges

Tested using PHP7.2 and MYSQL5.6

About

Magento v1 application environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages