shortcodes/abstract-resource-controller

This package is abandoned and no longer maintained. No replacement package was suggested.

Abstract controller with full CRUD used by single entity action

Installs: 3 392

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/shortcodes/abstract-resource-controller

1.2.25 2021-06-10 11:03 UTC

README

⛔️DEPRECATED - this repository is deprecated and won't be maintained. I recomend to use this repository instead https://github.com/mindz-team/laravel-crudable ⛔️

Abstract controller with full CRUD used by single entity action

Usage

Extend controller class with AbstractResourceController and provide protected property

protected $model = YourApiResourceController::class;