This is a web applycation to track your money.
git config core.hooksPath .githooks
php vendor/bin/doctrine-module orm:schema-tool:update --force
php vendor/bin/doctrine-module migrations:generate
./vendor/bin/doctrine-module migrations:diff
./vendor/bin/doctrine-module migrations:migrate
mysql -h localhost -P 3306 -u dbuser -pdbpass --protocol=tcp moneylog
$ php-cs-fixer fix --rules='{"array_syntax": {"syntax": "short"}, "ordered_imports": true}' <file>
$ vendor/bin/phpstan analyze --level=0 module
# m h dom mon dow command
0 0 * * * mysqldump moneylog --no-tablespaces | bzip2 -c > /home/fabio/backup/moneylog_`date +\%Y-\%m-\%d_\%H`.sql.bz2
0 0 * * * find /home/fabio/backup -mtime +7 -delete
1 0 * * * /home/fabio/dropbox_uploader.sh -f /home/fabio/.dropbox_uploader -q upload backup/* .