Skip to content

Laravel 9.x backend using PHP 8.1. Family tree and genealogy data processing website software.

License

Notifications You must be signed in to change notification settings

Madd-Floet/genealogy

 
 

Repository files navigation

Family Tree 365 - Open Source Family Tree Software - Laravel 9 backend

Latest Stable Version Scrutinizer Code Quality Code Intelligence Status StyleCI CodeFactor codebeat badge CircleCI

Description

Browser based Genealogy software for interacting and processing data efficiently. Easily create your own family tree by importing your existing data or manual data entry. Storage of all data is securely on your own server and does not leave your environment without your permission. API support for many databases of family tree records. In the future there will be optional smart matching with other servers. This is the Laravel 9 backend using the Laravel Enso collection of modules. Please see https://github.com/familytree365/nuxt for the client.

Data tables for comprehrensive amount of CRUD information. Forms easy to modify. Gedcom import and export. DNA matching. Subscriptions using Stripe and PayPal. APIs for various online databases of genealogical records.

Demo

https://www.familytree365.com - register a free account

Official Laravel Enso Documentation

The documentation is available here split into backend and frontend. Note that most sections have short demo clips.

Installation Steps

  1. Download the project with composer create-project familytree365/genealogy

  2. In order to serve the back-end API, take a look at the Local Development Server section of the Laravel installation documentation and consider using Valet for a better experience

  3. Run php artisan migrate --seed

  4. Launch the site and log into the project with user: admin@familytree365.com, password: password

  5. (optional) Setup the configuration files as needed, in config/enso/*.php

Broadcasting Setup

# install dependencies
$ npm install -g laravel-echo-server

$ laravel-echo-server configure
$ nano .env

  BROADCAST_DRIVER=redis
  REDIS_PREFIX=

$ laravel-echo-server start

If you want to keep it in background proccess you should install pm2 or supervisor

Thanks

Built with Laravel Enso 5.x which is crafted on Laravel 9.2.

Special thanks to Taylor Otwell, Jeffrey Way, Evan You and Jeremy Thomas. Laravel Enso

Contributions

are welcome. Pull requests are great, but issues are good too.

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

This package is released under the MIT license.

About

Laravel 9.x backend using PHP 8.1. Family tree and genealogy data processing website software.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.2%
  • Other 1.8%