A package for wrapping the Crisp-Api into a useable Laravel-Package. Enjoy!
- Require the package:
composer require cierrateam\laravel-crisp
- Get a cup of tea
- Add the ServiceProvider into the
config/app.php
'providers' => [ // ... Cierrateam\LaravelCrisp\LaravelCrispServiceProvider::class, // ... ],
- OPTIONAL: Add the alias in the same file:
'aliases' => [ // ... 'LaravelCrisp' => Cierrateam\LaravelCrisp\LaravelCrisp::class, // ... ],
For the usage see the Crisp-PHP-Api Package: PHP-Crisp-Api
The Docs are not the best.. So I'll spend some time to refactor it, if the Package is used sometimes by others!