pestle icon indicating copy to clipboard operation
pestle copied to clipboard

A collection of command line scripts for Magento 2 code generation, and a PHP module system for organizing command line scripts.

Results 100 pestle issues
Sort by recently updated
recently updated
newest added

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.6.1 to 1.9.1. Release notes Sourced from guzzlehttp/psr7's releases. 1.9.1 See change log for changes. 1.9.0 See change log for changes. 1.8.5 See change log for changes....

dependencies

Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.3.3 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...

dependencies

Command to generate a magento 1 module. Also adds a few `main` functions to the ignore list.

The generated layout XML files under Adminhtml/layout when running magento2:generate:ui:form command are missing nodes.

The first run of pestle on a low budget windows laptop is _super_ slow. Can we do anything to fix this?

Windows users are reporting the `.phar` file doesn't work for them. Let's see if we can fix that. Here's [one example](https://github.com/astorm/pestle/issues/176#issuecomment-451725393).

``` PHP Warning: require_once(phar:///home//pestle.phar/modules/pulsestorm/magento2/cli/help/module.php): failed to open stream: phar error: invalid url or non-existent phar "phar:///home//pestle.phar/modules/pulsestorm/magento2/cli/help/module.php" in phar:///usr/local/bin/pestle.phar/modules/pulsestorm/pestle/runner/module.php on line 136 PHP Fatal error: require_once(): Failed opening required 'phar:///home//pestle.phar/modules/pulsestorm/magento2/cli/help/module.php' (include_path='phar:///usr/local/bin/pestle.phar/vendor/pear/numbers_words:phar:///usr/local/bin/pestle.phar/vendor/phing/phing/classes::/usr/share/kopano/php')...

> when I use generate:ui:form in Namespace/Module/Controller/Adminhtml/Thing/Save.php line 60 ; $data['is_active'] = Namespace\Module\Model\Thing::STATUS_ENABLED; > This line can't resolve the Const, (missing the first \ before namespace) it should be :...

Instead of backing up files in place, let's add the ability to create a central backup folder somewhere on the user's computer, and have the files backed up there instead....