I can access the config data in .blade
using
{{ config('config.variable') }}
However, I have no idea how to access the config data in .js
file. Can anyone give me some suggestion?
I can access the config data in .blade
using
{{ config('config.variable') }}
However, I have no idea how to access the config data in .js
file. Can anyone give me some suggestion?