/accounting

Basic accounting tool written in Laravel 5 and Twitter Bootstrap to help me manage personal and business cash flow and taxes.

Primary LanguagePHP

Accounting

Basic accounting tool written in Laravel 5 and Twitter Bootstrap to help me manage personal and business cash flow and taxes.

Prerequisites

  1. Node
  2. Bower
  3. Gulp
  4. Composer

All of the above is available via Homestead, which I'm using as a virtual environment.

Setup

  1. npm install
  2. bower install
  3. gulp
  4. composer install
  5. php artisan migrate