You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package provides a Zabbix API library for Laravel Framework. It uses the PhpZabbixApi class generated by the http://github.com/confirm/PhpZabbixApi package.
4
4
5
-
###**NOTE: This version was tested with Zabbix Server 3.0.* only. Not sure if it works with other versions as well.**
5
+
>**NOTE:** This version was tested with Zabbix Server 3.0.* only. Not sure if it works with other versions as well.
6
6
7
-
### Installation
7
+
####Installation
8
8
9
-
Enter in your Laravel application folder and require the package:
9
+
To get started, you should add the `becker/laravel-zabbix-api` Composer dependency to your project:
10
10
11
11
```php
12
12
composer require becker/laravel-zabbix-api
13
13
```
14
14
15
-
### Register the Service Provider
15
+
#### Register the Service Provider
16
+
17
+
> You can skip this step if you are using Laravel 5.5 or higher. The package is automatically added to the Package Service Providers section of `app.php` file, due to the package auto-discovery feature.
16
18
17
19
Open up the ``config/app.php``and register the new Service Provider:
0 commit comments