Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Abstract controller with full CRUD used by single entity action

License

Notifications You must be signed in to change notification settings

shortcodes/abstract-resource-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AbstractResourceController

⛔️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;