Stars: 305
Forks: 90
Pull Requests: 1864
Issues: 236
Watchers: 36
Last Updated: 2022-12-17 14:05:44
Laravel 9.x backend using PHP 8.1. Family tree and genealogy data processing website software.
License: MIT License
Languages: PHP, Shell, Blade, Python, Dockerfile, Makefile
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/cgd-ui/genealogy 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.
https://www.familytree365.com - register a free account
The documentation is available here split into backend and frontend. Note that most sections have short demo clips.
Download the project with git clone https://github.com/cgdprojects/genealogy.git
Copy .env.example to .env and edit details
composer install
or on Windows you need to use composer install --ignore-platform-reqs ext-pcntl ext-posix
php artisan key:generate
php artisan serve
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
Run php artisan migrate --seed
Follow installation steps for client side (https://github.com/cgd-ui/genealogy) and launch the site and log into the project with user: [email protected]
, password: password
(optional) Setup the configuration files as needed, in config/enso/*.php
# 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
While developing genealogy, we constantly received private inquiries from devs and teams asking us about paid support. Some of these requests even lead to fruitful collaborations, so we finally decided to launch such an option.
If you're looking for premium support when building applications with genealogy we can help you with that. Our support packages start at £250 / month with 8 hours included. With premium support you will get:
a private repo on our self hosted gitlab instance where you can host your project
priority in addressing your issues
help with understanding the environment
getting you to be proficient when developing on Enso
mentoring
code reviews
general advice & support on Laravel & Vue
assistance on version upgrades
up to 4 hours / month of remote desktop sessions and call conferences with your team
direct communication via Slack during our office hours
The support services are provided by a team of 4 members.
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
are welcome. Pull requests are great, but issues are good too.
This project exists thanks to all the people who contribute.
Thank you to all our backers!
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
This package is released under the MIT license.