Class Decimal not found
Closed this issue · 2 comments
taylorren commented
- Created a composer.json
- Grabbed the composer.phar
- Composer.phar install and the vendor directory is created
- Created a BasicUsage.php one directory level above vendor
php BasicUsage.php prompts Class Decimal not found.
taylorren commented
Solved the issue.
Please insert "require_once the autoload.php" code in your sample code.
Thanks.
castarco commented
Thanks for your advice :) . I'll change the README.md as soon as possible.