Download the PHP package arjanwestdorp/laravel-imaginary-client without Composer
On this page you can find all versions of the php package arjanwestdorp/laravel-imaginary-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arjanwestdorp/laravel-imaginary-client
More information about arjanwestdorp/laravel-imaginary-client
Files in arjanwestdorp/laravel-imaginary-client
Package laravel-imaginary-client
Short Description A laravel implementation of the imaginary client
License MIT
Informations about the package laravel-imaginary-client
Laravel imaginary client
This package is a Laravel implementation of the imaginary client.More information about this client can be found on https://github.com/arjanwestdorp/imaginary-client
Installation
The recommended way to install the client is through composer:
composer require arjanwestdorp/imaginary-client
Register the service provider and optionally the facade:
// config/app.php
'providers' => [
...
ArjanWestdorp\Imaginary\Laravel\ImaginaryServiceProvider::class,
];
'aliases' => [
...
'Imaginary' => ArjanWestdorp\Imaginary\Laravel\Imaginary::class,
];
Finally you'll need to add these two keys to your .env
file:
Optionally you can publish the config file:
php artisan vendor:publish --provider="ArjanWestdorp\Imaginary\Laravel\ImaginaryServiceProvider" --tag="config"
Security
If you discover any security issues, please email [email protected] instead of creating an issue.
Credits
- Arjan Westdorp
- Trait Development
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-imaginary-client with dependencies
illuminate/support Version 5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*
arjanwestdorp/imaginary-client Version ^1.0.6