familytree365 / backend
The Laravel 8 backend for a genealogy website.
Fund package maintenance!
genealogiawebsite
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 78
Watchers: 10
Forks: 28
Open Issues: 18
Type:project
Requires
- php: ^7.4|^8.0
- algolia/algoliasearch-client-php: ^3.0
- algolia/scout-extended: ^1.18
- doctrine/dbal: ^3.0
- familytree365/laravel-gedcom: ^3.0
- fideloper/proxy: ^4.4
- fruitcake/laravel-cors: ^2.0
- guzzlehttp/guzzle: ^7.0.1
- illuminate/support: ^8.41
- laravel/cashier: ^12.6
- laravel/framework: ^8.12
- laravel/sanctum: ^2.8
- laravel/scout: ^9.1
- laravel/socialite: ^5.1
- laravel/tinker: ^2.5
- phpunit/phpunit: ^9.5
- predis/predis: ^1.1
- spatie/laravel-multitenancy: ^1.0
- spatie/laravel-permission: ^3.18
Requires (Dev)
- facade/ignition: ^2.5
- fakerphp/faker: ^1.9.1
- mockery/mockery: ^1.4.2
- nunomaduro/collision: ^5.0
This package is auto-updated.
Last update: 2021-10-01 00:19:31 UTC
README
Build Setup
Run following commands
# install dependencies
$ composer install
$ cp .env.testing .env
Set the database information in .env [DB_DATABASE, DB_USERNAME, DB_PASSWORD], then run following commands
$ php artisan key:generate
$ php artisan migrate --path=database/migrations/landlord --database=landlord
$ php artisan db:seed
# serve with hot reload at localhost:8000
$ php artisan serve
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
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. In the future there will be optional smart matching with other servers. This is the Laravel 8 backend, see the frontend repository for the Nuxt / Vue client side support.
Demo
https://www.familytree365.com - register a free account
Thanks
Built with Laravel 8
Special thanks to Taylor Otwell, Jeffrey Way
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]