Billy Laravel API v1
- Download from git
git clone https://github.com/fut149/BillyWebApp.git
- Install all with composer
composer install
- Edit .env file
- Database
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=billywebapp
DB_USERNAME=root
DB_PASSWORD=
- Billy Setup
BILLY_ACCESS_TOKEN=BILLY TOKEN
BILLY_API_URL=https://api.billysbilling.com/v2
- Database migrate
php artisan migrate
- Database seeds
php artisan db:seed
- Run
php artisan serve
##Api Request URL
http://127.0.0.1:8000/api/
##Postman Request Collection