Check it with phpinfo() in the browser
Jan 7, 2022
6
Level 12
Decimal extension not loaded in php
I installed decimal on homestead. Load the package an put the extension into php.ini. Now when I write ...
php --re decimal
... i get ...
Extension [ <persistent> extension #16 decimal version 1.4.0 ] {
- Classes [1] {
Class [ <internal:decimal> final class Decimal\Decimal implements Stringable, JsonSerializable ] ...
But when I use Decimal\Decimal in Laravel on homestead I get this error: Class "Decimal\Decimal" not found (View: /home/vagrant/code/...
Level 102
@Pixelairport you only added it for cli. Check the path. There should be more than one ini file. Depends on what your webserver uses
1 like
Please or to participate in this conversation.