cloudinary-community / cloudinary-laravel

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

The directive name [cld-upload-button] is not valid. Directive names must only contain alphanumeric characters and underscores. #15

Closed sanmitpawar closed 3 years ago

sanmitpawar commented 3 years ago

I have laravel Version 5.8 PHP : 7.1.3

When i am trying to installing the package with composer getting the following error.

image

unicodeveloper commented 3 years ago

@sanmitpawar This issue does not happen in Laravel 7 and 8.

khtulhu commented 3 years ago

@sanmitpawar This issue does not happen in Laravel 7 and 8.

Very helpful response for those of us using 5.8 / 6, neither of which is EOL.

emmajiugo commented 3 years ago

So no solution for 5.8 projects @unicodeveloper?

unicodeveloper commented 3 years ago

@khtulhu I have made a fix to support Laravel 6. Please update to use the latest version: 1.0.2.

Unfortunately @emmajiugo @sanmitpawar The package can't support Laravel 5.8 because it's way too far from 8. All the supporting libraries used to ensure 6, 7 and 8 run properly won't support 5.8.