Download the PHP package glocurrency/api-layer without Composer
On this page you can find all versions of the php package glocurrency/api-layer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download glocurrency/api-layer
More information about glocurrency/api-layer
Files in glocurrency/api-layer
Download glocurrency/api-layer
More information about glocurrency/api-layer
Files in glocurrency/api-layer
Please rate this library. Is it a good library?
Informations about the package api-layer
Api Layer
Installation
Passport
This module use Laravel Passport heavily. In order to make it work properly, follow the steps:
- Run
This command will:
- generate the keys
- copy the migrations from passport
- replace both
client_id
anduser_id
columns in migrations with UUID.
-
Copy the passport middlewares to the
$routeMiddleware
in yourapp/Http/Kernel.php
file: -
Add the following code to the
boot
method ofAuthServiceProvider
: - Generate both Client and Personal grant tokens.
After creating your personal access client, place the client's ID and plain-text secret value in your application's .env
file:
- Use
UnauthenticatedTrait
in yourapp/Exceptions/Handler.php
file:
License
Glocurrency Api Layer is open-sourced software licensed under the MIT license.
All versions of api-layer with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
goldspecdigital/laravel-eloquent-uuid Version ^7.0
laravel/passport Version ^9.2
goldspecdigital/laravel-eloquent-uuid Version ^7.0
laravel/passport Version ^9.2
The package glocurrency/api-layer contains the following files
Loading the files please wait ....