Skip to content

Instantly share code, notes, and snippets.

@facundofarias
Created May 18, 2017 14:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save facundofarias/bf8a8169313529cbc3c6351bee5ac244 to your computer and use it in GitHub Desktop.
Save facundofarias/bf8a8169313529cbc3c6351bee5ac244 to your computer and use it in GitHub Desktop.
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