cakephp-user-tools
cakephp-user-tools copied to clipboard
The UserTools plugin provides you the building blocks for everything around users. It comes with a CRUD kick start through the UserToolComponent and the UserBehavior. Just load the component and you h...
Bumps [cakephp/cakephp](https://github.com/cakephp/cakephp) from 3.6.3 to 3.6.15. Release notes *Sourced from [cakephp/cakephp's releases](https://github.com/cakephp/cakephp/releases).* > ## CakePHP 3.6.15 released > The CakePHP core team is happy to announce the immediate availability of...
I have problem with setting up email. I used in my bootstrap: ``` Configure::write('UserTools.Behavior', [ 'emailConfig' => 'mailhog' ]); ``` my email settings in config/app.php are: ``` 'EmailTransport' => [...