Untorch referral tool open-source clone based on Laravel (PHP) & Bootstrap3.
Demo on : http://unflare.yebsoft.com
Use Kickofflab: https://www.youtube.com/watch?t=160&v=QnPb8UvVC5o
- LAMP Shared Hosting: PHP 5.4, MySQL (or PostgreSQL), Apache with Rewriting or (Nginx)
- a Mandrill account (free up to 12 000 emails per month) to send & track emails
- GIT clone Repo or Copy files to your Host server
- PHP: Setup dependencies
php unflare\application\config\composer install- Database: Create new database and execute table creations with
data\unflare_mysql_schema.sql. There's also a postgres version. - Web Server: Point Apache virtualhost entry point to
public/folder. There's also an Nginx configuration indata/nginx.conf - Copy
application\constants.EXAMPLE.phpto 'application\constants.php` and edit parameters. - Change
config\unflare.phpaccording to your needs
- if your Apache setup points to a different folder from
public(let's sayhtdocs), change the value inbootstrap.php:
// define('ASSETS_PATH', ROOT_PATH. 'public/assets/');
define('ASSETS_PATH', ROOT_PATH. 'htdocs/assets/');- check logs in
/temp/logs/*.log
All pages & emails views are stored in unflare\application\views and use the Laravel Blade templating system.
According to Springsheld explanations video, it is advised to keep the same layout structure and copywriting length.
- Use Nginx provided configuration or add to Apache the following directive:
Alias /minified / /www/unflare/temp/minified - Set
SHARED_HOSTINGto false to use minified folder - Run Grunt:
cd unflare\assets\grunt\ && npm install -g grunt && npm install && grunt- Logo by logoinstant: http://www.logoinstant.com/modern-flow-logo/