gofunding/gofunding

Gofunding is a crowdfunding platform

0.1.0 2018-10-12 17:24 UTC

This package is not auto-updated.

Last update: 2024-04-08 03:53:35 UTC


README

Go Funding

Open Source CrowdFunding Platform.

We using midtrans for payment gateway

Yii2

Installation

Requirements

  • The minimum required PHP version of Yii is PHP 5.4.
  • It works best with PHP 7.
  • Nginx 1.2 (Recomended) or Apache 2.4
  • MySQL 5 or MariaDb
  • Follow the Definitive Guide in order to get step by step instructions.
  • composer

Setup

  • composer install
  • edit web-local.php file, and configure as you need.
  • import the database link database
Account Admin
- username : admin
- password : admindemo

Contributing

Directory Structure

├── app                            : core the app
│   ├── controllers
│   ├── models
│   ├── views
│   └── widgets
├── assets                         : cache files from assets
├── environtments                  : init config environment mode
├── public                         : contain css, js, images and upload files
└── tests                          : tests of the core framework code

Mode Development or Production

In root folder, open index.php file and edit code below

defined('YII_DEBUG') or define('YII_DEBUG', true); // false for no debug
defined('YII_ENV') or define('YII_ENV', 'dev'); // prod for production

Suggest

Welcome, please contact me haifahrul@gmail.com