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.
You can install the package via composer:
composer require code16/jigsaw
Add following to the env
JOCKO_API_URL=https://cms.code16.fr
JOCKO_API_TOKEN=...
Add following to your config.php
[
'jocko_api' => [
'url' => env('JOCKO_API_URL'),
'token' => env('JOCKO_API_TOKEN'),
],
]
composer test
The MIT License (MIT). Please see License File for more information.