Money Tracker is a web portal dedicated to help record and manage income & expenses, built on the Laravel framework.
- Requirements
- Docker Setup
- Local/Dev Setup
- Production Setup
- Schedule tasks Setup
- Environment Variable Setup
- Testing
- Monitoring
- Benchmarking
- Features/Test Cases
- Other Documentation
- NodeJS 18
# confirm installation and version of NodeJS node -v # confirm installation and version of npm npm --version # should be 9.x # confirm installation and version of npx npx --version # should be 9.x
- PHP 8.0
Extensions should include:
# confirm installation and version of PHP php -v # confirm php extensions installed php -m
- BCMath PHP Extension
- Ctype PHP Extension
- DOM PHP Extension
- Fileinfo PHP Extension
- IgBinary PHP Extension
- JSON PHP Extension
- Memcached PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PCNTL PHP Extension
- PCRE PHP Extension
- PDO PHP Extension
- PDO Mysql PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Composer 2.2
# confirm installation and version of PHP composer --version