I'm trying to use the library as follows: `$file = eden('file', __DIR__.'/file.json');` But I am having the following error: > Fatal error: Uncaught Error: Call to undefined function eden() Can someone help me?
I'm trying to use the library as follows:
$file = eden('file', __DIR__.'/file.json');But I am having the following error:
Can someone help me?