Alana Storm
Alana Storm
The basic of the Menu, ACL, grid, form, and object saving for the `magento2:generate:full-module` appear to work for the latest release candidates. Calling this good for now, but will revisit...
Looks like this boils down to the `~/.pestle/module-folders.json` folder. If this folder points to a path that doesn't have a modules subfolder, pestle explodes with the above error. We should...
Nice to meet you @paveligorevich55. We haven't had any releases lately so I don't think anything broke on our end. If you can be a bit more descriptive with your...
@anggakes Thanks for giving pestle a try! Can you let us know which version of PHP you're running? You can figure ou;t which version of PHP you're using by running...
@anggakes Could you paste in the full contents of running `$ php -v`?
@anggakes I was able to reproduce the problem on `hhvm` -- it looks like you're not alone. I'd recomend using stock PHP to run `pestle.phar` until we know more about...
> what’s the best way to represent a CRUD model in `webapi.xml` > and "Repository and data interfaces” — what’s involved with that, exactly
Blog Post: http://vinaikopp.com/2017/02/18/magento2_repositories_interfaces_and_webapi/
Thanks for your comments here, and in the [Pareon Slack](patreon.com/alanstorm) @Vinai. I think what we're going to do here is 1. Create a command (`magento2:generate:webapi`) that will create an empty...
@Vinai Re: `AbstractExtensibleModel` -- I'll need to think about that one. I haven't had a chance to use this new model type all that much so I'm not sure what...