Magento2SampleModule
Magento2SampleModule copied to clipboard
This is where I would put a Magento 2.0 Sample CRUD module if I had one.
it initially occupied 100% width. Lable was missing
Running Mage 2.1.2 and php 7 author details page gives: Fatal error: Cannot use Sample\News\Model\ImageFactory as ImageFactory because the name is already in use in /var/www/html/magento2/app/code/Sample/News/Helper/Image.php on line 26
I just found that `Sample\News\Ui\DataProvider\Author\Form\Modifier\AuthorData` modifier load all data but should only one with specific author. ```PHP public function modifyData(array $data) { $items = $this->collection->getItems(); // here $items will contain...
Where do I run the composer command? When running `composer require sample/module-news:dev-master` in root of magento 2.1.4 folder I get: ``` Problem 1 - Installation request for sample/module-news dev-master ->...
Hi Marius. If I run "bin/magento setup:di:compile", I get error: Fatal error: Cannot use Magento\Rss\Controller\Feed\Index as Index because the name is already in use in /var/www/mage203/app/code/Sample/News/Controller/Author/Rss.php on line 4