filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
15.01k stars 2.43k forks source link

[2.X] Fix currency format #12763

Closed billmn closed 2 weeks ago

billmn commented 2 weeks ago

Description

This fix corrects the loading of the environment variable DEFAULT_CURRENCY when the config:cache command is used (https://laravel.com/docs/11.x/configuration#configuration-caching).

Functional changes

danharrin commented 2 weeks ago

Thanks