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

`pestle magento2:generate:crud-model` ``` Which module? (Pulsestorm_HelloGenerate)] Namespace_Module What model name? (Thing)] Thing Creating: /[..]/app/code/Namespace/Module/Api/ThingRepositoryInterface.php Creating: /[..]/app/code/Namespace/Module/Model/ThingRepository.php Creating: /[..]/app/code/Namespace/Module/Api/Data/ThingInterface.php Creating: /[..]/app/code/Namespace/Module/Model/ResourceModel/Thing/Collection.php Creating: /[..]/app/code/Namespace/Module/Model/ResourceModel/Thing.php Creating: /[..]/app/code/Namespace/Module/Model/Thing.php Creating: /[..]/app/code/Namespace/Module/Setup/InstallSchema.php Creating: /[..]/app/code/Namespace/Module/Setup/InstallData.php ``` I...

Pestle list comands, gives help, but when I try to create a new magento module it shows this PHP Fatal error: Uncaught Error: Call to undefined function Pulsestorm\Magento2\Cli\Generate\Module\simplexml_load_string()

It would nice to have a system for logging messages when files were create that didn't rely on the client programmer remembering to generate these messages themselves.

We need documentation for the `magento2:generate:config-helper` 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:generate:service-contract` 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:scan:registration` 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:search:search-controllers` 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:path-from-class` 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:scan:htaccess` command. A skeleton entry for this command can be found in the `docs/` folder. Use `grep`, `ack`, (or your search tool of choice), etc....