jpcaparas / box-laravel
A service provider for the Box v2 SDK.
v0.1.4
2017-10-05 07:39 UTC
Requires
- php: >=7.0.0
- beberlei/assert: ^2.7
- illuminate/container: ~5.4.0|~5.5.0
- illuminate/support: ~5.4.0|~5.5.0
- jpcaparas/box-sdk: ~0.2.4
- symfony/http-foundation: ^3.3
This package is not auto-updated.
Last update: 2024-11-06 03:44:08 UTC
README
A service provider for the Box v2 SDK.
Usage
- Add
JPCaparas\Box\Providers\Box
to the list of package providers on./config/app.php
. - Run
php artisan vendor:publish --provider='JPCaparas\Box\Providers\BoxServiceProvider'
. - Configure
./config/box.php
.
Min. requirements
- PHP 7.x
- Laravel 5.4 or 5.5
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.