David Yell
David Yell
What is the current status of this issue? The readme shows that `assertTag` has not been ported yet, but this ticket now six months old and other updates have been...
Actually, I just set the schema in the Table class to JSON type.
It seems setting the schema also writes in lots of escaping characters.
I'm not sure there is code for that use-case. You would need to create your own Path class, add it to the configuration and then you could manage the `deleteFiles()`...
Any chance you could add a unit test for this?
Are you using the Cake 4 release? https://github.com/davidyell/CakePHP-Proffer/releases/tag/2.0.0-alpha1
Not yet, sorry. You'll need to target the branch specifically with the `dev-cake-4` tag https://semver.madewithlove.com/?package=davidyell%2Fproffer&constraint=dev-cake-4&stability=dev
To change the folder your uploads are stored in, change the root config https://github.com/davidyell/CakePHP-Proffer/blob/cake-4/docs/configuration.md#configuring-the-behaviour-in-your-table Well the path class constructor takes an entity, so you could pass some data into the...
You may need a custom path class which can lookup the association. Or perhaps contain the association so it's present in the entity?
This is covered in the documentation with examples https://github.com/davidyell/CakePHP-Proffer/blob/cake-4/docs/examples.md#uploading-multiple-related-images