Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.3 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.3 KB

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
cd project
composer install
duplicate .env.example > .env
configure .env
php artisan key:generate
create database table
php artisan migrate

Dashboard view Dashboard view2 Dashboard view3 Dashboard view4