Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Upgrade mediaLibrary V6 to V7 #114

Open
Tjoosten opened this issue Mar 28, 2018 · 1 comment
Open

Upgrade mediaLibrary V6 to V7 #114

Tjoosten opened this issue Mar 28, 2018 · 1 comment

Comments

@Tjoosten
Copy link
Contributor

https://murze.be/laravel-medialibrary-v7-has-been-released

@Tjoosten
Copy link
Contributor Author

te proberen onder V

public function registerMediaConversions()
   {
       $this->addMediaConversion('thumb')
            ->setManipulations(['w' => 500])
            ->performOnCollections('images')
        ->nonQueued();

       $this->addMediaConversion('large')
            ->setManipulations(['w' => 1024])
            ->performOnCollections('images')
        ->nonQueued();
   }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant