Undefined class constant 'JSON_ARRAY'

Viewed 1252

(symfony4)So I create a database with the Laragon server then I create an entity with: php bin / console make: entity the entity was created but when I create a property name I got an error message:

In MakeEntity.php line 379:
                                         
  Undefined class constant 'JSON_ARRAY'  
                                         

make:entity [-a|--api-resource] [-b|--broadcast] [--regenerate] [--overwrite] [--] [<name>]

1 Answers
Related