/money-pot

a simple PHP web app for individual money lenders to keep track of clients and loan lend outs

Primary LanguagePHP

money-pot

a simple PHP web app for individual money lenders to keep track of clients and loan lend outs built with Laravel

Installation

  • clone repository and install composer dependencies
  • create database i.e money_pot in your mysql database server
  • run migrations
  • seed database with default user using php artisan db:seed