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

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;