• Stars
    star
    597
  • Rank 74,979 (Top 2 %)
  • Language
    PHP
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A genealogy/family tree application, built with Laravel.

Laravel

Genealogy Application

Build Status Coverage Status

Development in progress
In development progress, any changes of table structure will be updated directly to corresponding migration file.

Baca README Bahasa Indonesia

About

Genealogy (Silsilah) application to record our family members.

Features

This application uses Bahasa Indonesia and English based on config.locale.

Logic Concept

  1. A person can have one father
  2. A person can have one mother
  3. A person can have one parent (couple of mother and father)
  4. A person can have 0 to many children
  5. A person can have 0 to many spouses (husbands or wife)
  6. A couple can have 0 to many children (based on parent_id)

Family Member Entry

  1. Enter Name and Gender
  2. Set Father
  3. Set Mother
  4. Add Spouse
  5. Add Child

Person Attribute

  1. Nickname
  2. Gender
  3. Fullname
  4. Date of birth
  5. Date of death (or at least year of death)
  6. Address
  7. Phone Number
  8. Email

Couple Attribute (TODO)

  1. Husband
  2. Wife
  3. Marriage Date
  4. Divorce Date
  5. Address

How to Install

Server Requirements

This application can be installed on local server and online server with these specifications :

  1. PHP 7.3 (and meet other Laravel 8.x server requirements),
  2. MySQL or MariaDB database,
  3. SQlite (for automated testing).

Installation Steps

  1. Clone the repo : git clone https://github.com/nafiesl/silsilah.git
  2. cd silsilah
  3. composer install
  4. cp .env.example .env
  5. php artisan key:generate
  6. Create database on MySQL
  7. Set database credentials on .env file
  8. php artisan migrate
  9. php artisan storage:link
  10. php artisan serve
  11. Register as new user to start using the application.
  12. Add the registered email address to the .env file:

Testing

This application built with testing (TDD) using in-memory sqlite database.

$ vendor/bin/phpunit

Contributing

Feel free to submit Issue for bugs or sugestions and Pull Request.

Screenshots

Family Tree

Family Tree

This family tree view is using the Horizontal Family Tree CSS, thanks to Peiwen Lu.

Family Chart

Family Chart

Search Family Member

Search Family Member

User Profile

User Profile

Profile Form

Profile Form

Profil Edit Form

Profil Edit Form

Automated Testing

Automated Testing

License

Silsilah project is open-sourced software licensed under the MIT license.

More Repositories

1

free-pmo

Project management software for freelancers or agencies, built with Laravel.
PHP
436
star
2

grosir-obat

Sebuah sistem kasir dan manajemen produk obat untuk penjualan Grosir
PHP
224
star
3

SimpleCrudGenerator

Faster test-driven development for CRUD feature in Laravel project.
PHP
169
star
4

dompet

A personal bookkeeping web application, built with Laravel.
PHP
147
star
5

uptime-monitor

A self-hosted web monitoring tool, built with laravel
PHP
130
star
6

laravel-leaflet-example

Laravel Leaflet JS project example.
PHP
106
star
7

arisan

Sistem pengelolaan grup arisan berbasis web yang dibangun dengan Laravel 5.
PHP
29
star
8

FormField

Laravel Form Field the extension of Laravelcollective Form
PHP
15
star
9

Mini-CRM

Mini CRM project, a challenge from Laravel Daily blog post.
PHP
14
star
10

Laravel-TDD

Source code laravel testing pada blog https://blog.nafies.id/tdd-laravel
PHP
10
star
11

laravel-backup-manager

Laravel 5.3 with Database Backup and Restore Example
PHP
10
star
12

mini-socmed

Sosial media mini untuk latihan notifikasi realtime laravel dengan pusher
PHP
9
star
13

product-stock

A product stock management web app example
PHP
6
star
14

Laravel-Starter-Kit

Laravel 5.2 starter kit
PHP
4
star
15

laravel-multi-table-auth

Example Laravel 5.6 application with multi table authentication.
PHP
4
star
16

radio-online

List radio online
HTML
3
star
17

simple-crud-generator-example

Laravel Simple CRUD Generator Usage Example
PHP
3
star
18

laravel-queue-notifier-example

Example for notifying users when a background (job) process has been completed.
PHP
2
star
19

simple-crud-generator-docs

Documentation for the SimpleCRUDGenerator package.
HTML
2
star
20

learning-hugo

Learning to use hugo, static site generators.
HTML
1
star
21

training-laravel-01

Training Laravel untuk Magang SMKN 3 Banjarbaru
PHP
1
star
22

panduan-penjualan

Panduan aplikasi kasir untuk toko obat
1
star
23

laravel-56-bootstrap3

Laravel 5.6 project using Bootstrap 3.3.7 frontend scaffolding.
PHP
1
star