twyco/image-system

Laravel Image System

Installs: 72

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/twyco/image-system

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

This package is auto-updated.

Last update: 2025-12-26 11:42:16 UTC


README

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