PHPackages                             ilkbyte/api-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. ilkbyte/api-php

ActiveProject[API Development](/categories/api)

ilkbyte/api-php
===============

Laravel ilkbyte package

13131PHP

Since Nov 27Pushed 5y ago4 watchersCompare

[ Source](https://github.com/ilkbyte/api-php)[ Packagist](https://packagist.org/packages/ilkbyte/api-php)[ RSS](/packages/ilkbyte-api-php/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

### **Ilkbyte Package**

[](#ilkbyte-package)

This package mainly developed for laravel package but you can use as a standalone package.

#### **Installation**

[](#installation)

`composer require ilkbyte/api-php`

Package should be autodiscover by default but if you are using older versions of laravel you should change config/app.php with below;

Add this in providers array;

```
Netinternet\Ilkbyte\IlkbyteServiceProvider::class,
```

Add this in aliases array;

```
'Ilkbyte' => Netinternet\Ilkbyte\Facades\Ilkbyte::class,
```

#### **Configuration**

[](#configuration)

Use command below and choose ilkbyte option when asked. It will create ilkbyte.php in config directory.

`php artisan vendor:publish`

You can also create this file manually and paste below content in file;

```
