Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/coloredcow/campaigns
- Owner: ColoredCow
- Created: 2019-01-10T19:33:04.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T23:29:08.000Z (about 1 year ago)
- Last Synced: 2024-05-11T20:41:06.885Z (8 months ago)
- Topics: aws-ses, laravel
- Language: PHP
- Homepage:
- Size: 3.41 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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
```