PHP Fatal error: Interface 'JsonSerializable' not found #33344
Answered
by
GrahamCampbell
davidmarin77
asked this question in
General
-
Description: /vendor/laravel/framework/src/Illuminate/Support/Enumerable.php on line 11 Steps To Reproduce: interface Enumerable extends Arrayable, Countable, IteratorAggregate, Jsonable, JsonSerializable |
Beta Was this translation helpful? Give feedback.
Answered by
GrahamCampbell
Jun 25, 2020
Replies: 1 comment 1 reply
-
This happens if |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
GrahamCampbell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This happens if
ext-json
is not enabled. Please ask your hosting provider to enable it. Laravel requires that extension.