Ash Smith

Results 6 issues of Ash Smith

I seem to be unable to send mail! Steps to reproduce: ``` docker run --hostname="awesome.hostname.com" --name=phpfpmtest -d -e ENABLE_SENDMAIL=true meanbee/magento2-php:7.0-fpm docker exec -it phpfpmtest php -r "mail('[email protected]', 'test', 'test');" ```...

type-bug
priority-high

When installing Magento 2.2 I received the following exception: ``` [Magento\Framework\Exception\LocalizedException] NOTE: Manual static content deployment is not required in "default" and "developer" modes. In "default" and "developer" modes static...

A lot has changed since 2.0 release of Magento, so I want to investigate and document on this ticket everything that should change within the article, or where I can...

Ability to work with multi-store would be great. Select which stores can publish a post.

We should follow best practises set out by Magento by using data models to access our blog posts. I'm going to implement the following - `Ashsmith\Blog\Api\Data\PostInterface` (this already exists) -...

Things are a little funky in 2.1.x, so it makes sense to follow what `Magento_Cms` does, which uses ui components to build up the forms. Makes sense.