classicvalues / church-management-system

Church Management System

Home Page:https://cms.myckhel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Church Management System

Build Status License

Project Link

About Church Management System

Its a web application for churches that manages administrative activities in the church.
it manages the church's attendances, collections, members, events, announcements.
features also includes bulk sms, email messaging, analysis on attendance, collection, members etc

Installation

Clone project

git clone https://github.com/myckhel/church-management-system.git

Install Composer Dependencies

composer install

Create Environment File

cp .env.example .env

Configure Environment File

/ .env

APP_NAME=CMS
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://127.0.0.1:8000

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=cms
DB_USERNAME=root
DB_PASSWORD=

MAIL_MAILER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME="${APP_NAME}"

Generate App Key

php artisan key:generate

Create Database

...

Migrate Database Tables

php artisan migrate

Running Server

php artisan serve

Previews

Dashboard view Dashboard view2 Dashboard view3 Dashboard view4

About

Church Management System

https://cms.myckhel.com


Languages

Language:Blade 70.8%Language:PHP 28.4%Language:Hack 0.7%Language:Shell 0.1%Language:Vue 0.1%