knovator / support
There is no license information available for the latest version (v1.6) of this package.
Support helpers
v1.6
2021-01-18 11:15 UTC
This package is not auto-updated.
Last update: 2025-03-30 17:33:42 UTC
README
Features:
- API response with specific response code
- Destroy Model Object
- Model Events
- Resource collection with records count
- Generate dynamic slug with using specified column
- update trashed record
- yajra datatable overwritted You want to need add support repository in your composer.json file.
"repositories": [
{
"type": "vcs",
"url": "git@github.com:knovator/support.git"
}
],
Require the knovator/support package in your composer.json and update your dependencies:
composer require knovator/support
website : [ https://github.com/knovator/support ]