Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Latest commit

 

History

History
47 lines (29 loc) · 2.46 KB

README.md

File metadata and controls

47 lines (29 loc) · 2.46 KB

Olark Package for Laravel

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.