/campaigns

Platform to launch email campaigns through AWS SES or Mandrill.

Primary LanguagePHP

email-campaigns

Contributing

Setting up the project locally

  1. Clone the repository

    git clone https://github.com/ColoredCow/email-campaigns.git
    
  2. Switch to project root directory

    cd email-campaigns
    
  3. Install PHP and JavaScript dependencies

    composer install
    yarn
    
  4. Setup environment variables

    cp .env.example .env
    php artisan key:generate
    
  5. Setup database

    php artisan migrate
    php artisan db:seed
    
  6. Setup virtual host

    valet link email-campaigns
    valet secure email-campaigns