Maxime Renou 16917638b5 Fix
2020-05-11 17:09:25 +02:00
Fix
2020-05-11 17:09:25 +02:00
2020-05-11 17:02:03 +02:00
Fix
2020-05-11 17:09:25 +02:00
2020-05-11 16:26:34 +02:00
2020-05-11 16:26:34 +02:00
2020-05-11 16:26:34 +02:00
2020-05-11 16:26:34 +02:00

laravel-bconnect

The Bluesquare Connect package allows you to use its OAuth server and sync its resources.

Installation

First in your composer.json, add:

"require": {
        "bluesquare/laravel-connect": "dev-master"
}
"repositories": [
        {
            "type": "vcs",
            "url": "https://git.bluesquare.io/bluesquare/laravel-connect"
        }
]

Next, update your package:

composer update bluesquare/laravel-connect

Eventually, if you want to customize the config system:

php artisan vendor:publish

Finally, add in your .env:

BCONNECT_CLIENT_ID=your_client_id
BCONNECT_CLIENT_SECRET=your_client_secret
Description
No description provided
Readme 168 KiB
2.3 Latest
2024-04-17 13:07:07 +02:00
Languages
PHP 81.2%
Blade 18.8%