installer-m2 icon indicating copy to clipboard operation
installer-m2 copied to clipboard

Universal extension installer for Magento 2, see introductory blog post here

Results 9 installer-m2 issues
Sort by recently updated
recently updated
newest added

The current approach is using the `php` binary as the one to be used for running `bin/magento` amongst other things. In some situations, the `php` default binary might be pointing...

enhancement

For a few of the commands (especially the Composer commands) we get quite a bit of output that is creating unnecessary noise. We should be able to filter out what...

enhancement
help wanted
good first issue

Currently the self-update command returns ``` [Exception] API error - no release found at GitHub repository extdn/installer-m2 ```

enhancement

Contemplate enabling GZ compression https://github.com/humbug/box/blob/master/doc/optimizations.md#compress-your-phar

enhancement

Uninstallation has the same challenges as installation. Mirror the install command to run the uninstallation procedure.

enhancement

The code includes a few todo items for further enhancements https://github.com/extdn/installer-m2/search?utf8=%E2%9C%93&q=todo&type=

enhancement
help wanted

For now the installer is untested on Windows and will likely fail. We'll keep a list of items to consider here: 1. oneliner uses bash 2. we use `find` to...

enhancement
help wanted

Currently Travis tests the oneliner execution for packagist/github installs. During this we have a hard reference back to the phar file as currently on the master branch. Ideally we would...

enhancement
help wanted

Bumps [symfony/process](https://github.com/symfony/process) from 5.4.34 to 5.4.46. Release notes Sourced from symfony/process's releases. v5.4.46 Changelog (https://github.com/symfony/process/compare/v5.4.45...v5.4.46) security symfony/symfony#cve-2024-51736 [Process] Use PATH before CD to load the shell on Windows (@​nicolas-grekas) bug...

dependencies