PHPackages                             thomasruiz/larapie - 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. thomasruiz/larapie

ActiveLibrary

thomasruiz/larapie
==================

Expose your models through an api in a minute!

5301[1 issues](https://github.com/thomasruiz/larapie/issues)PHP

Since Sep 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/thomasruiz/larapie)[ Packagist](https://packagist.org/packages/thomasruiz/larapie)[ RSS](/packages/thomasruiz-larapie/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

larapie
=======

[](#larapie)

Expose your models through an api in a minute!

So that's still in "beta", but not for long, 'coz it's working pretty well.

Requirements
------------

[](#requirements)

- PHP 5.6
- Laravel 5.1

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

[](#installation)

Install from composer:

```
composer require thomasruiz/larapie

```

After installing, add the service provider to your `config/app.php` file if you're not on Laravel 5.5:

```
Larapie\LarapieServiceProvider::class,

```

Add the default `larapie.php` configuration file

```
php artisan vendor:publish --provider=Larapie\\LarapieServiceProvider

```

Usage
-----

[](#usage)

### The configuration file

[](#the-configuration-file)

```
// config/larapie.php
