Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Releases: Astrotomic/laravel-fileable

v0.3.0

10 May 08:48
Compare
Choose a tag to compare
  • rename \Astrotomic\Fileable\Concerns\Fileable to \Astrotomic\Fileable\Concerns\HasFiles - #2

v0.2.3

18 Mar 14:40
Compare
Choose a tag to compare
  • add PHP 8 support

v0.2.2

19 Oct 11:31
Compare
Choose a tag to compare
  • fix fclose(): supplied resource is not a valid stream resource exception

v0.2.1

13 Oct 14:34
Compare
Choose a tag to compare
  • fix \Astrotomic\Fileable\Concerns\Fileable::deleting() listener to only return null or false

v0.2.0

13 Oct 13:35
Compare
Choose a tag to compare
  • fix \Astrotomic\Fileable\Models\File JSON response
  • add \Astrotomic\Fileable\Contracts\File interface
  • allow to customize file table and connection
  • fix custom model in \Astrotomic\Fileable\Concerns\Fileable::files() relationship
  • add resource/stream as supported type to \Astrotomic\Fileable\FileAdder::add()
  • add helper methods to \Astrotomic\Fileable\Concerns\Fileable
  • change \Astrotomic\Fileable\Models\File::toResponse() behavior

v0.1.0

02 Oct 11:56
Compare
Choose a tag to compare
  • initial release