shiftenterdev / magento-installer
Magento application installer.
1.1
2020-08-25 16:30 UTC
Requires
- php: ^7.2.9
- ext-curl: *
- ext-zip: *
- guzzlehttp/guzzle: ^6.0|^7.0
- symfony/console: ^4.0|^5.0
- symfony/filesystem: ^4.0|^5.0
- symfony/process: ^4.2|^5.0
Requires (Dev)
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2024-12-26 02:28:50 UTC
README
Installation
$ composer require shiftenterdev/magento-installer -g
Now confirm that vendor/bin directory is your $PATH. So that magento executable will found in your system.
macOS: $HOME/.composer/vendor/bin
Linux OS: $HOME/.config/composer/vendor/bin or $HOME/.composer/vendor/bin
Windows: %USERPROFILE%\AppData\Roaming\Composer\vendor\bin
$ magento new <Folder Name> <Version> #example $ magento new demo_shop 2.3.0 #or $ magento new demo_shop 2.3.5-p1
Contributing
Thank you for considering contributing to the Installer!