This plugin includes a few useful integrations for BEdita 4, such as:
- S3 (storage)
- SES (mailer)
- SNS (mailer, for SMS)
Run this command to add this package to your application's dependencies:
$ composer require bedita/aws
Then, in your Application::bootstrap()
method, add:
$this->addPlugin('BEdita/AWS');