| Package Data | |
|---|---|
| Maintainer Username: | robertoprato |
| Maintainer Contact: | roberto@square1.io (Roberto Prato) |
| Package Create Date: | 2017-07-22 |
| Package Last Update: | 2018-06-06 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 03:01:45 |
| Package Statistics | |
|---|---|
| Total Downloads: | 114 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 5 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
Access data of a laravel app via a REST API.
$ composer require square1ltd/laravel-connect
Square1\Laravel\Connect\ConnectServiceProvider::class
Replace
'Schema' => Illuminate\Support\Facades\Schema::class
with
'Schema' => Square1\Laravel\Connect\Model\ConnectSchema::class
Double check that the migration files are using the Schema facade
'guards' => [
'connect' => [
'driver' => 'passport',
'provider' => 'users',
],
],
$ php artisan connect:init
CONNECT_API_KEY: api key CONNECT_API_AUTH_CLIENT_ID laravel passport client id CONNECT_API_AUTH_GRANT_TYPE laravel passport grant type ( default is password) CONNECT_API_AUTH_CLIENT_SECRET laravel passport secret