Skip to content

Instantly share code, notes, and snippets.

View aleron75's full-sized avatar

Alessandro Ronchi aleron75

View GitHub Profile
@TravisBernard
TravisBernard / allthethings.sh
Last active August 18, 2018 21:12
Clean all the things (M2)
#!/bin/bash
# Derived from
# https://github.com/btford/allthethings
#
# Licensed under WTFPL http://sam.zoy.org/wtfpl/
#
pur=$(tput setaf 5) # Purple
@markshust
markshust / gist:aa5d7e4918144e82f7d7d2b93c367091
Last active April 13, 2019 04:53
composer install magento 2.3
# from tagged packagist version
composer create-project magento/community-edition:dev-2.3-develop
# from tagged magento repo
composer create-project --repository=https://repo.magento.com/ magento/project-community-edition=2.3.0-beta8