Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

fooman/magento2-dev-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Fooman Magento 2 - Minimal Bootstrap

This repository provides a bare bones Magento 2 functional framework for development:

  • instantiated ObjectManager
  • working autogeneration of factories, proxies, etc
  • translations
  • all registered modules are enabled

Magento 2 is running in developer mode without database.

The final aim for this project is to have tag 2.1.6 of this repository match Magento Opensource 2.1.6. with a fully automated creation of etc/di.xml, functions.php and composer.json based on the corresponding Magento version. This in turn means that until then commits and tags in this repository are subject to change.

Installation Instructions via Composer

Add this repository to your root composer.json file:

composer config repositories.fooman-magento2-dev-bootstrap vcs http://github.com/fooman/magento2-dev-bootstrap

Magento's composer installer currently insists on the presence of the app/etc folder (you probably want to gitignore it). Create it with:

mkdir -p app/etc

then run:

composer require --dev fooman/magento2-dev-bootstrap:dev-master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages