Moche Azoulay
Moche Azoulay
I installed ```"pragmarx/tracker": "2.0.10",``` on Laravel 4.2 after adding ```'PragmaRX\Tracker\Vendor\Laravel\ServiceProvider',``` to the providers, i got ``` Call to undefined method PragmaRX\Tracker\Vendor\Laravel\ServiceProvider::mergeConfigFrom() ``` Am i doing something wrong?
Added an option to center the watermark both axis
I created a function that work well on my local machine but not in production server. Here my code: ``` function video_thumb($pic){ $w = $pic[1]; $h = $pic[2]; $image =...
Is there a way to center the watermark (center, center)?