Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.
/ laravel-billy Public archive
forked from kg-bot/laravel-billy

Laravel Billy Billing API wrapper

License

Notifications You must be signed in to change notification settings

Rackbeat/laravel-billy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Billy Billing App wrapper

Total Downloads Latest Stable Version License

Installation

  1. Require using composer
composer require kg-bot/laravel-billy

In Laravel 5.5, and above, the package will auto-register the service provider. In Laravel 5.4 you must install this service provider.

  1. Add the BillyServiceProvider to your config/app.php providers array.
<?php 
'providers' => [
    // ...
    \KgBot\Billy\BillyServiceProvider::class,
    // ...
]
  1. Copy the package config to your local config with the publish command:
php artisan vendor:publish --provider="KgBot\Billy\BillyServiceProvider"

About

Laravel Billy Billing API wrapper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%