Dan Dodd

Results 9 issues of Dan Dodd

Is there a tutorial using this package? or some examples ? I followed he AccountActivated example but don't have the device tokens yet.. Initially just want to send an all...

A Media manager would allow you to look at collections and update and delete them. Does that feature exist in this package? It might look like the existing Existing Media...

Per Docs: You can set all configurations like ratio e.g. as following: Images::make('Gallery')->croppingConfigs(['ratio' => 4/3]); Available cropping configuration, see https://github.com/timtnleeProject/vuejs-clipper#clipper-basic. In that link under clipper-basic is wPixel I used it...

I have a model/Resource/table News that has an image field using this package. It works in Nova to preview and open the image, reaching out to AWS S3 I have...

The full error is: ``` Type 'IFieldResolver' is not assignable to type 'Resolver | undefined'. Type 'IFieldResolver' is not assignable to type 'ResolverFn'. ``` Types of parameters 'info' and 'info'...

Not sure if BelongsToMany is supported per [Issue 71](https://github.com/orlyapps/nova-belongsto-depend/issues/71) I am getting the error: `Method Orlyapps\NovaBelongsToDepend\NovaBelongsToDepend::fields does not exist.` Where the fields in the fields method are the extra fields...

This is a manual Install on a Wordpress site. we don't use Composer ( I know we should) but some of the plugins do use Composer. I don't know if...

When cropping an image the scroll will enlarge or shrink the image. Is it possible to turn this off? It looks like it may be the zoomable = false or...

feature request

I have a locations resource that has a M2M relationship with Vendors and the pivot table has a select for the Distribution Centers (DCs) of Vendors. I can save the...