twyco/image-system

Laravel Image System

Maintainers

Package info

github.com/Twyco/image-system

pkg:composer/twyco/image-system

Statistics

Installs: 83

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-04-26 12:25:51 UTC


README

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