Skip to content

HugeThoughts/OnBoarding

Repository files navigation

Onboarding Form

OnBoarding form for NFNLabs

Installation

git clone https://github.com/HugeThoughts/OnBoarding.git && cd OnBoarding
mkdir tmp/
chmod 777 tmp/
mv config-sample.php config.php
composer install
sudo apt-get install php5-curl
sudo service apache2 restart

Configuration

Make sure to include SendGrid API key, email IDs & subject in config.php

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.