odan / slim4-skeleton

A Slim 4 Skeleton
https://odan.github.io/slim4-skeleton/
MIT License
439 stars 80 forks source link

Undefined function 'uuid_create' in LoggerFactory #85

Closed DigiLive closed 2 years ago

DigiLive commented 2 years ago

https://github.com/odan/slim4-skeleton/blob/ad0e03eefd92bae1ded2535083456cf95893d61c/src/Factory/LoggerFactory.php#L54

Where is function uuid_create() defined?

odan commented 2 years ago

It's part of the symfony/polyfill-uuid package. See composer.json

DigiLive commented 2 years ago

Ah... I didn't think of the packages. My apologies.