PHPackages                             hasandotprayoga/basic-crud - 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. hasandotprayoga/basic-crud

ActiveLibrary[API Development](/categories/api)

hasandotprayoga/basic-crud
==========================

Laravel Basic CRUD for rest API

v1.2.7(7y ago)1186PHP

Since Feb 27Pushed 7y ago2 watchersCompare

[ Source](https://github.com/hasandotprayoga/basic-crud)[ Packagist](https://packagist.org/packages/hasandotprayoga/basic-crud)[ RSS](/packages/hasandotprayoga-basic-crud/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Laravel Basic CRUD For API
==========================

[](#laravel-basic-crud-for-api)

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

[](#installation)

Add to composer.json

```
    "require": {
        ...
        "hasandotprayoga/basic-crud": "*"
    }

```

On your terminal, run `composer update`

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

[](#configuration)

This package require `hasandotprayoga/format-resposne` for response. See configuration for this package [FormatResponse](https://github.com/hasandotprayoga/format-response#Configuration).

1. Create model for eloquent.
2. Create controller and see how to configure:

    ```
