gofunding / gofunding
Gofunding is a crowdfunding platform
0.1.0
2018-10-12 17:24 UTC
Requires
- php: >=5.4.0
- bower-asset/jquery: 2.2.*
- edgardmessias/yii2-nprogress: *
- hscstudio/yii2-mimin: ~1.1.4
- kartik-v/yii2-date-range: 1.6.8
- kartik-v/yii2-field-range: *
- kop/yii2-scroll-pager: dev-master
- loveorigami/yii2-notification-wrapper: *
- mootensai/yii2-enhanced-gii: dev-master
- powerkernel/yii2-photoswipe: *
- rmrevin/yii2-fontawesome: ~2.17
- veritrans/veritrans-php: dev-master
- yiisoft/yii2: >=2.0.6
- yiisoft/yii2-bootstrap: ~2.0.0
- yiisoft/yii2-jui: ^2.0
- yiisoft/yii2-swiftmailer: ~2.0.0
Requires (Dev)
- codeception/base: ^2.2.3
- codeception/specify: ~0.4.3
- codeception/verify: ~0.3.1
- yiisoft/yii2-debug: ~2.0.0
- yiisoft/yii2-faker: ~2.0.0
- yiisoft/yii2-gii: ~2.0.0
This package is not auto-updated.
Last update: 2023-09-25 01:33:59 UTC
README
Open Source CrowdFunding Platform.We using midtrans for payment gateway
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