Skip to content

ark99/m2-sample-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commands used to initialize this repository

composer create-project --stability=beta magento/project-community-edition .
# create .gitignore from https://gist.github.com/gordonknoppe/3021964fb139e22d3453 - not using file provided by composer create-project
git init
git add composer.json
git add composer.lock
git add .gitignore
git commit -m 'initialize m2 composer project'

Clean up and test a full composer install

git clean -fxd
composer install

About

Sample Magento 2 composer project for discussion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published