Can you give me suggestion on how to retrieve all available language folders? Example tree:
...
-resources
-lang
-en
-es
....
...
...
How can I retrieve all the available folders inside the lang folder so I can display them in a select dropdown and the administrator can choose the default language preferred for the website?
@Armani It defaults to the disk configured in filesystem.php, which is by default 'local' and that means it looks inside the storage folder. Not worth the configuration of a new disk because I don't think this use it's inline with the objective of the whole 'filesystem' interface.