Skip to content

bybrilliantworks/ecclesia

Repository files navigation

Ecclesia

Ecclesia is an open source church information system built with Laravel

How to setup

  • Clone the repository by running git clone https://github.com/ehcc/ecclesia.git
  • Run cd ecclesia && composer install to install dependencies
  • Create an env file by running touch .env
  • Copy the contents of the .env.sample into .env
  • Set the values of the environment variables
  • Run php artisan db:seed --class=ChurchTableSeeder
  • Run php artisan db:seed --class=UsersTableSeeder
  • Run php artisan serve

About

A church information management system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published