PHPackages                             wamesk/laravel-route-resource - 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. wamesk/laravel-route-resource

ActiveLibrary[API Development](/categories/api)

wamesk/laravel-route-resource
=============================

This package automatically creates API routes for model entities with testing.

1.0.2(3y ago)048MITPHP

Since Jan 30Pushed 3y ago2 watchersCompare

[ Source](https://github.com/wamesk/laravel-route-response)[ Packagist](https://packagist.org/packages/wamesk/laravel-route-resource)[ RSS](/packages/wamesk-laravel-route-resource/feed)WikiDiscussions main Synced 2d ago

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

This package automatically creates API routes for model entities with testing.

### Instalation

[](#instalation)

```
composer require wamesk/laravel-route-resource
```

Publish configuaration file:

```
php artisan vendor:publish --provider="Wame\LaravelRouteResource\LaravelRouteResourceServiceProvider" --tag="config"
```

Content of `config/wame-route.php` file:

```
