Alana Storm
Alana Storm
@azmeehan Nice to meet you -- can you please provide the exact command invocation that's causing you the problem?
@azmeehan What values do you enter into the prompts that reproduces the behavior?
Thank you @azmeehan -- I ran a quick test with your module names/examples and everything seemed to be working correctly. What problem is the missing `` tag causing you? Does...
Ah, I understand now. You opened this bug because an IDE reported a schema error. Let us know what you find out. As far we know the generated file does...
PR where we disabled this. https://github.com/astorm/pestle/commit/341a8b5790af9d007af064349bc7c7c10464d6b1
It's probably time for this as well -- best approach here is probably to use the `magento2:generate:full-module` command to generate a module, then identify the class strings, and then replace...
Also, let's get the autoloader working with PHP unit stuff so we don't need the `require_once`
I knew this day would come -- I just wish I'd had the foresight to drop `app/code` strings into a constant :) This is a good idea -- @Vinai, do...
@Vinai That's complicated -- here's what I mean about the registration.php problem. The registration.php file is what lets Magento know about a module (or one of the three other component...
Thanks @fooman -- I thought you might have found some secret sauce but, alas, the problem is difficult. (for the Googlers, the aforementioned slides are here: https://www.slideshare.net/fooman/harnessing-the-power-of-composer-with-magento-2-imagine-2017) @Vinai how does...