Skip to content

Instantly share code, notes, and snippets.

@facundofarias
Created May 18, 2017 14:21
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Add a watermark using laravel-medialibrary
...
->setManipulations([
'w' => 350,
'fm' => 'src',
'mark' => public_path('assets/img/watermark.png'),
'markfit' => 'fill',
'markpos' => 'center',
])
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment