-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
36 lines (23 loc) · 1.23 KB
/
README
File metadata and controls
36 lines (23 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<h1 align="center">Ominity for Laravel</h1>
[](https://packagist.org/packages/ominity/laravel-ominity)
[](https://packagist.org/packages/ominity/laravel-ominity)
[](https://packagist.org/packages/ominity/laravel-ominity)
## **Requirements**
* An active installation of [Ominity](https://www.ominity.com).
* Up-to-date OpenSSL (or other SSL/TLS toolkit)
* PHP >= 8.1
* [Laravel](https://www.laravel.com) >= 10.0
## Installation
You can install the package via Composer. Run the following command in your terminal:
```bash
composer require ominity/laravel-ominity
```
After installing the package, the Ominity service will be available for use in your Laravel application.
## Configuration
Publish the configuration file using the following Artisan command:
```bash
php artisan vendor:publish --provider="Ominity\Laravel\OminityServiceProvider"
```
This will create a `config/ominity.php` file where you can configure the package settings.
## License
[The MIT License](LICENSE.md). Copyright (c) 2024, Ominity (Connexeon BV)