Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coloredcow/campaigns

Platform to launch email campaigns through AWS SES or Mandrill.
https://github.com/coloredcow/campaigns

aws-ses laravel

Last synced: 5 days ago
JSON representation

Platform to launch email campaigns through AWS SES or Mandrill.

Awesome Lists containing this project

README

        

# email-campaigns

## Contributing

### Setting up the project locally

1. Clone the repository
```
git clone https://github.com/ColoredCow/email-campaigns.git
```

1. Switch to project root directory
```
cd email-campaigns
```

1. Install PHP and JavaScript dependencies
```
composer install
yarn
```

1. Setup environment variables
```
cp .env.example .env
php artisan key:generate
```

1. Setup database
```
php artisan migrate
php artisan db:seed
```

1. Setup virtual host
```
valet link email-campaigns
valet secure email-campaigns
```