Robert Allport
Robert Allport
Hi, Would the package maintainer be open to a PR for the following? Allow an array of attributes that shouldn't be cast, to be specified on a per model basis?...
Add GitHub action to run PHP CS-Fixer and automatically submit any issues via a pull request
For methods such as [`respondUnAuthenticated`](https://github.com/f9webltd/laravel-api-response-helpers/blob/master/src/ApiResponseHelpers.php#L60-L66) add a second optional argument to set the (in this case), 'error' key.
Will you be supporting Laravel 6? (appreciate Laravel 6 was only releaqsed 15 minutes ago)
Add strict comparison to both migration stubs
Ads a simple trait called `NoneDeletableModel` to the package. The trait could then be used in Eloquent models to deny all deletion attempts: ```php declare(strict_types=1); namespace F9Web\LaravelDeletable\Traits\Traits; use F9Web\LaravelDeletable\Traits\RestrictsDeletion; trait...
Implement method to disable deletion checks, i.e. so the result of `isDeletable()` is always true and any checks within `isDeletable()` are skipped. The API would look something along the lines...
Hi, Braintree have recently released v4 of their SDK - https://github.com/braintree/braintree_php/releases/tag/4.0.0 Are there plans to support this as I can see the Omnipay driver currently uses v3. Thanks EDIT: appreciate...
i.e. `user-reports` should result in `User Reports` as oppossed to `User-reports`
Double quotes cause issues such as: ```