What's the recommended way to start a new Magento project from scratch? #2083
Replies: 3 comments
-
|
That looks about right. I use a different installer package, but it's mostly the same in the end. |
Beta Was this translation helpful? Give feedback.
-
|
I use this setup, that also works nicely with deployer: |
Beta Was this translation helpful? Give feedback.
-
|
I think we could use more content on our website on this subject.. I'm not a heavy composer user so I don't know the answer as the the "best" or "recommended" way.. I did come across an Alan Storm post where he describes the three main options which is a bit of a long read but sums it up well: https://alanstorm.com/installing-openmage-bridging-a-generational-gap/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to try the magento-lts project and I'm wondering how's the recommended way to start a "blank project".
I don't like the idea of checking out or forking the whole project if it's a composer-based package.
I thought about something like:
composer.jsonfile (see below)composer installcomposer.json file example:
{ "name": "maxacarvalho/magento-lts", "type": "project", "require": { "aydin-hassan/magento-core-composer-installer": "*", "openmage/magento-lts": "1.9.3.x-dev" }, "extra": { "magento-core-package-type": "magento-source", "magento-root-dir": "." } }Thanks!!!!
Beta Was this translation helpful? Give feedback.
All reactions