Stars: 476
Forks: 254
Pull Requests: 35
Issues: 72
Watchers: 33
Last Updated: 2023-08-28 06:13:21
A genealogy/family tree application, built with Laravel.
License: MIT License
Languages: PHP, Shell, Blade, Procfile
Development in progress
In development progress, any changes of table structure will be updated directly to corresponding migration file.
Genealogy (Silsilah) application to record our family members.
This application uses Bahasa Indonesia and English based on config.locale
.
This application can be installed on local server and online server with these specifications :
git clone https://github.com/nafiesl/silsilah.git
cd silsilah
composer install
cp .env.example .env
php artisan key:generate
.env
filephp artisan migrate
php artisan storage:link
php artisan serve
.env
file:
This application built with testing (TDD) using in-memory sqlite database.
$ vendor/bin/phpunit
Feel free to submit Issue for bugs or sugestions and Pull Request.
This family tree view is using the Horizontal Family Tree CSS, thanks to Peiwen Lu.
Silsilah project is open-sourced software licensed under the MIT license.