Skip to content

Get stuck when using magento2/vuestorefront/composer

rookie here. Im trying to connect magento2 with vuestorefront using composer. I am following this guide: https://docs.vuestorefront.io/magento/installation-setup/configure-magento.html. On step 2, after using this command: curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s — magento.test 2.4.4. Docker fires up as it should and… Read More »Get stuck when using magento2/vuestorefront/composer

Magento 2: Upload custom generated file to pub/media

I have generated a custom html file and instead of downloading I want to upload it to the pub/media programmatically. <?php use MagentoFrameworkAppResponseInterface; use MagentoFrameworkAppFilesystemDirectoryList; use MagentoMediaStorageModelFileUploaderFactory; class PrintAction extends MagentoBackendAppAction { const ADMIN_RESOURCE = ‘Magento_Sales::sales_order’; /** * @var MagentoFrameworkAppResponseHttpFileFactory… Read More »Magento 2: Upload custom generated file to pub/media