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