/donate

Sample donation app built on Laravel 5

Primary LanguagePHP

donation app

config

The config is hardcoded into /config/ for local requirements, either modify them there or use the .env file in the root to override.

defaults:

URL: http://cr.dev
Database Name: cr_dev
Database User: root
Database Pass:

setup

In the root is a database dump, else you can manually setup the DB.

  1. Create a database called cr_dev or override this in a .env file in the root.
  2. composer install
  3. php artisan migrate
  4. php artisan db:seed

Any errors? Make sure /storage/logs/ has the correct ownership && permissions for Apache2/Laravel to write to file.

deliverables

SQL to Create

Donate: /
Reports: /reporting