https://github.com/pascalallen/biz-app
https://github.com/pascalallen/biz-app
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pascalallen/biz-app
- Owner: pascalallen
- Created: 2018-09-04T17:08:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T15:48:07.000Z (about 7 years ago)
- Last Synced: 2025-01-06T05:41:50.540Z (over 1 year ago)
- Language: PHP
- Size: 1.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## About
Web application which uses Quickbooks Online API.
- `git clone https://github.com/pascalallen/matt-pascal.git`
- `cp .env.example .env`
- Open `.env` and add your credentials to the `DB_*` block and to the `QUICKBOOKS_*` block
- `composer install`
- `php artisan key:generate`
- `npm install`
- `php artisan migrate`