Ihor Chepurnyi

Results 4 issues of Ihor Chepurnyi

I'm trying to connect to my webserver via laravel echo but got the following response ``` 32:44/socket.io,"Invalid namespace" ``` I'm using the following configuration ``` location /socket.io { proxy_pass http://127.0.0.1:6001;...

1. Add confirm account functionality to SignupAction 2. Create Mailer class for sending emails, like this [Mailer](https://github.com/xelbot/feed-reader/blob/master/src/Xelbot/AppBundle/Mailer/Mailer.php) 3. Add tests

enhancement