Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 338 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 338 Bytes

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