adrianmejias/laravel-olark

1.0 2022-06-26 05:57 UTC

This package is auto-updated.

Last update: 2024-03-01 00:21:21 UTC


README

security tests PHPStan PHP CS Fixer StyleCI Build Status codecov Downloads Packagist License: MIT Liberapay

This Laravel package allows you to integrate the Olark chat widget into your Laravel application.

Installation

This version supports PHP 8.0 or 8.1. You can install the package via composer:

composer require adrianmejias/laravel-olark

Usage

Example

<html>
    <head></head>
    <body>
        <div>
            My Webiste
        </div>
        @olarkWidget()
    </body>
</html>

Testing

composer test

Contributing

Thank you for considering contributing to Laravel Routing Numbers! You can read the contribution guide here.

Code of Conduct

In order to ensure that the community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

Please see the security file for more information.

License

The MIT License (MIT). Please see the license file for more information.