Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doctrine integration #22

Closed
kbond opened this issue Jul 20, 2022 · 0 comments
Closed

Doctrine integration #22

kbond opened this issue Jul 20, 2022 · 0 comments

Comments

@kbond
Copy link
Member

kbond commented Jul 20, 2022

  • File property (converts to string or ?string) depending property nullability (Allow for auto register Types doctrine/DoctrineBundle#1246)
  • FileCollection<File> property (converts to json)
  • LazyFile that extends File to be loaded by a doctrine event listener
  • PendingFile that extends File to be used for adding/editing File properties. When persisting, send to filesystem.
  • Attachment attribute with the following options: name (string/expression), slugify (bool - true by default) or use Column::$options.
@kbond kbond closed this as completed Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant