Closed Djenkodz closed 5 years ago
Add your 'autoload.php' file from vendor directory. Like
require_once __DIR__.'/vendor/autoload.php';
the problem is i don't have neither a vendor directory or a autoload.php
In that case you will need to include all the files in src/Exceptions too. If you install using composer then you can just include the generated autoload file and this problem would go away (you will likely encounter similar issues with other libraries).
Hey, im trying to use your script and am in a dead end so this my problem i did include all the files and i tried a small exemple and am having this fatal error:
my code is :
i really need your help