Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericdowell/resource-controller
Resource controllers to match the Laravel resource route method
https://github.com/ericdowell/resource-controller
laravel laravel-controller laravel-framework laravel-package
Last synced: 3 days ago
JSON representation
Resource controllers to match the Laravel resource route method
- Host: GitHub
- URL: https://github.com/ericdowell/resource-controller
- Owner: ericdowell
- License: mit
- Created: 2018-04-19T00:24:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T21:41:32.000Z (9 months ago)
- Last Synced: 2024-10-12T11:42:55.335Z (about 1 month ago)
- Topics: laravel, laravel-controller, laravel-framework, laravel-package
- Language: PHP
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Resource Controller
[![CircleCI](https://circleci.com/gh/ericdowell/resource-controller.svg?style=svg)](https://circleci.com/gh/ericdowell/resource-controller)
[![StyleCI](https://styleci.io/repos/130137009/shield?branch=master)](https://styleci.io/repos/130137009)
[![Maintainability](https://api.codeclimate.com/v1/badges/9667d6f991e0b1573e99/maintainability)](https://codeclimate.com/github/ericdowell/resource-controller/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/9667d6f991e0b1573e99/test_coverage)](https://codeclimate.com/github/ericdowell/resource-controller/test_coverage)
[![Issue Count](https://codeclimate.com/github/ericdowell/resource-controller/badges/issue_count.svg)](https://codeclimate.com/github/ericdowell/resource-controller)[![License](https://poser.pugx.org/ericdowell/resource-controller/license?format=flat-square)](https://packagist.org/packages/ericdowell/resource-controller)
[![Latest Stable Version](https://poser.pugx.org/ericdowell/resource-controller/version?format=flat-square)](https://packagist.org/packages/ericdowell/resource-controller)
[![Latest Unstable Version](https://poser.pugx.org/ericdowell/resource-controller/v/unstable?format=flat-square)](https://packagist.org/packages/ericdowell/resource-controller)
[![Total Downloads](https://poser.pugx.org/ericdowell/resource-controller/downloads?format=flat-square)](https://packagist.org/packages/ericdowell/resource-controller)## Installation
Install using composer by running:
```bash
composer require ericdowell/resource-controller ^2.0
```