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

We need documentation for the `magento2:check-templates` command. A skeleton entry for this command can be found in the `docs/` folder. Use `grep`, `ack`, (or your search tool of choice), etc....

We need documentation for the `magento2:fix-permissions-modphp` command. A skeleton entry for this command can be found in the `docs/` folder. Use `grep`, `ack`, (or your search tool of choice), etc....

We need documentation for the `magento2:class-from-path` command. A skeleton entry for this command can be found in the `docs/` folder. Use `grep`, `ack`, (or your search tool of choice), etc....

We need documentation for the `magento2:base-dir` command. A skeleton entry for this command can be found in the `docs/` folder. Use `grep`, `ack`, (or your search tool of choice), etc....

While reading https://alanstorm.com/magento_2_admin_mvcmvvm_endpoints/ , it's pointed out that an adminhtml block must extend \Magento\Backend\Block\Template . When I went and opened that class, the comments prefer another method for a custom...

With build 1.4.3, the parent menu's are shown on one line: ``` evs@evs-ubuntu:~/www/pulsestorm $ p71 pestle.phar magento2:generate:menu Current working directory: '/home/evs/www/pulsestorm' Module Name? (Pulsestorm_HelloGenerate)] Pulsestorm_MenuTutorial Is this a new top...

> There are several generated classes where code uses object m. and model load directly, refactor is needed to accomplish the best practices. Also, it would be great if it...

Good day to all. Now i have some problem. I has not this before. My command line ignored all of commands for pestle.phar . What is that problem? I can't...

Had a note to investigate this https://tommcfarlin.com/globally-installing-wp-cli/

This menu messaging Use [Magento_Backend::system] as parent? (Y/N) (N)] doesn't make it clear that answering N will allow you to drill down into a specific topic. We should change that.