Created
May 18, 2017 14:21
-
-
Save facundofarias/bf8a8169313529cbc3c6351bee5ac244 to your computer and use it in GitHub Desktop.
Add a watermark using laravel-medialibrary
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
->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