Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 528 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 528 Bytes

Box Laravel

A service provider for the Box v2 SDK.

Usage

  1. Add JPCaparas\Box\Providers\Box to the list of package providers on ./config/app.php.
  2. Run php artisan vendor:publish --provider='JPCaparas\Box\Providers\BoxServiceProvider'.
  3. Configure ./config/box.php.

Min. requirements

  • PHP 7.1.3
  • Laravel 5.6

Warranties

  • This package is unofficial and is not endorsed by Box.com.
  • Breaking changes may be introduced, so use at your own risk.
  • Keep referring to the release logs for any updates.