Download the PHP package looxis/laravel-scopevisio without Composer
On this page you can find all versions of the php package looxis/laravel-scopevisio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download looxis/laravel-scopevisio
More information about looxis/laravel-scopevisio
Files in looxis/laravel-scopevisio
Package laravel-scopevisio
Short Description Connect your laravel application to the ScopeVIsio platform
License MIT
Homepage https://github.com/looxis/laravel-scopevisio
Informations about the package laravel-scopevisio
Very short description of the package
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Installation
You can install the package via composer:
Usage
To register your provider, add it to the array into config/app.php
file:
Add some properties to your .env
file (see .env.example)
For Sandbox Mode add the following properties to your .env
file (see .env.example)
Sandbox mode is true
per default if app environment is unequal to 'production'.
Also you can publish the config file with this artisan command:
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Igor Tsapiro
- MannikJ
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.