As the title says, this package works on local but not when deployed to my laravel forge server. The correct versions are stated in the composer.json and composer lock file, I can see its on the server when running php artisan show after deployment, but when its used on the frontend it just prints @money($this->value) instead of running the function.
The config file money.php file is also present, same php versions! Any ideas on how to fix this?
https://github.com/cknow/laravel-money
Sam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.