cloudinary-community / cloudinary-laravel

Laravel SDK for Cloudinary
MIT License
258 stars 70 forks source link

Use of undefined constant auto - assumed 'auto' (this will throw an Error in a future version of PHP) #32

Closed EvidenceEkanem closed 2 years ago

EvidenceEkanem commented 3 years ago
'transformation' => [

                'quality' => auto,

       ]
SlimGee commented 3 years ago

How to reproduce the error

EvidenceEkanem commented 3 years ago

Client wants to upload a video of 400mb+ but doing this was throwing an error that file size is too large... So I tried using video transformation method to reduce video size but I got the error I spotted earlier .... The link to the tutorial is below

https://cloudinary.com/blog/compressing_resizing_and_optimizing_videos_in_laravel

SlimGee commented 3 years ago

Read the documentation for v2 cloudinary package

EvidenceEkanem commented 3 years ago

Please I need the url to the documentation

SlimGee commented 3 years ago

Where you found that post scroll down and click the link to the docs

On Tue, May 4, 2021, 12:48 PM Evidence Etinih Ekanem < @.***> wrote:

Please I need the url to the documentation

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cloudinary-labs/cloudinary-laravel/issues/32#issuecomment-831849909, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKCXTCZNZ3H3YNGWTBZHBCLTL7GIJANCNFSM43V2XL7Q .

EvidenceEkanem commented 3 years ago

I'm kinda lost please... I've not been able to find the v2 cloudinary docs... Please share the link with me

On Tue, May 4, 2021, 12:16 Given Ncube @.***> wrote:

Where you found that post scroll down and click the link to the docs

On Tue, May 4, 2021, 12:48 PM Evidence Etinih Ekanem < @.***> wrote:

Please I need the url to the documentation

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/cloudinary-labs/cloudinary-laravel/issues/32#issuecomment-831849909 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AKCXTCZNZ3H3YNGWTBZHBCLTL7GIJANCNFSM43V2XL7Q

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cloudinary-labs/cloudinary-laravel/issues/32#issuecomment-831864622, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKPMDLH67ZTAZLJHWB5ZOKTTL7JRNANCNFSM43V2XL7Q .

unicodeveloper commented 2 years ago

@EvidenceEkanem still having this issue?