malamalca / famiree
Famiree family tree app
Installs: 93
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 5
Forks: 2
Open Issues: 3
Type:project
Requires
- php: >=8.0
- cakephp/cakephp: ^4.5.0
- cakephp/migrations: ^3.7
- malamalca/wideimage: ^1.1.9
- markstory/asset_compress: ^4.1.0
- matthiasmullie/minify: ^1.3
- mobiledetect/mobiledetectlib: ^3.74
- tedivm/jshrink: ~1.0
Requires (Dev)
- cakephp/bake: ^2.8
- cakephp/cakephp-codesniffer: ^4.5
- cakephp/debug_kit: ^4.9
- josegonzalez/dotenv: ^4.0
- phpstan/phpstan: ^1.0
- phpunit/phpunit: ^9.6
Suggests
- dereuromark/cakephp-ide-helper: After baking your code, this keeps your annotations in sync with the code evolving from there on for maximum IDE and PHPStan compatibility.
- markstory/asset_compress: An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.
This package is auto-updated.
Last update: 2024-12-12 20:04:08 UTC
README
Simple open source family tree web application Famiree
The source code can be found here: malamalca/famiree.
Installation
- Download Composer or update
composer self-update
. - Run
php composer.phar create-project malamalca/famiree --no-dev
.
If Composer is installed globally, run
composer create-project malamalca/famiree --no-dev
You can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:
bin/cake server -p 8765
Then visit http://localhost:8765
to see the welcome page.
Configuration
Read and edit config/app.php
and setup the 'Datasources'
and any other
configuration relevant for your application.