PHPackages                             consoletvs/apify - 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. consoletvs/apify

ActiveLibrary

consoletvs/apify
================

API generator for laravel 5

1.0(9y ago)26754MITPHPPHP &gt;=5.5.9

Since Nov 9Pushed 8y ago4 watchersCompare

[ Source](https://github.com/ConsoleTVs/Apify)[ Packagist](https://packagist.org/packages/consoletvs/apify)[ RSS](/packages/consoletvs-apify/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Apify
=====

[](#apify)

API generator for Laravel 5
---------------------------

[](#api-generator-for-laravel-5)

[![StyleCI](https://camo.githubusercontent.com/4c3a3a6f48f773872c8644b92f476ef06c2d5bed61a376e39b4c9c96451889c8/68747470733a2f2f7374796c6563692e696f2f7265706f732f37333233383736302f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/73238760)[![StyleCI](https://camo.githubusercontent.com/2e1998c3de2127e810a6b93cbfcd382818a0acfe93e9d34e1def19fed3e3cc76/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4275696c745f666f722d4c61726176656c2d677265656e2e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/2e1998c3de2127e810a6b93cbfcd382818a0acfe93e9d34e1def19fed3e3cc76/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4275696c745f666f722d4c61726176656c2d677265656e2e7376673f7374796c653d666c61742d737175617265)[![StyleCI](https://camo.githubusercontent.com/bf9cb833c6545e61ee76948b093f77ba7a70156d3b66fccbaaeadefb85c271cc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f636f6e736f6c657476732f61706966792e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/bf9cb833c6545e61ee76948b093f77ba7a70156d3b66fccbaaeadefb85c271cc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f636f6e736f6c657476732f61706966792e7376673f7374796c653d666c61742d737175617265)

[![Apify Logo](https://camo.githubusercontent.com/8eb9aea4b2d11d4b24e8f344eedaf684c67bdd5ba23caf02c2262d820b6e87fd/687474703a2f2f692e696d6775722e636f6d2f635736457048592e706e67)](https://camo.githubusercontent.com/8eb9aea4b2d11d4b24e8f344eedaf684c67bdd5ba23caf02c2262d820b6e87fd/687474703a2f2f692e696d6775722e636f6d2f635736457048592e706e67)

Table Of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Configuration](#configuration)
- [Usage](#usage)

Installation
------------

[](#installation)

To install apify use composer

### Download

[](#download)

```
composer require consoletvs/apify

```

### Add service provider &amp; alias

[](#add-service-provider--alias)

Add the following service provider to the array in: `config/app.php`

```
ConsoleTVs\Apify\ApifyServiceProvider::class,
```

### Publish the assets

[](#publish-the-assets)

```
php artisan vendor:publish

```

Configuration
-------------

[](#configuration)

To configure the package go to: `config/apify.php`

The default file have a valid example and it's documented, check it out, should look like this:

```
