twyco/image-system

Laravel Image System

v0.0.1 2025-04-26 10:09 UTC

This package is auto-updated.

Last update: 2025-05-26 10:18:35 UTC


README

public function images()
    {
        return $this->morphMany(\Twyco\ImageSystem\Models\Image::class, 'owner');
    }