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
Package info
github.com/shortcodes/abstract-resource-controller
pkg:composer/shortcodes/abstract-resource-controller
1.2.25
2021-06-10 11:03 UTC
Requires
- php: >=7.0.0
This package is auto-updated.
Last update: 2021-10-07 09:18:22 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;