Skip to content

jdenoc/money-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Money Tracker

Github Actions Latest Release License

About

Money Tracker is a web portal dedicated to help record and manage income & expenses, built on the Laravel framework.

Topics


Requirements

  • 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
    # confirm installation and version of PHP
    php -v
    
    # confirm php extensions installed
    php -m
    Extensions should include:
    • 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

Other Documentation