Louis Charette
Louis Charette
However, in the meantime, you could add a custom step to the bake command.
If you rely on a 3rd party API, we should consider caching the info on our side using the cache service. Then it's either a question or doing the check...
Depends if you want to store the base config (on /off switch) or the whole list in that config. If the list is long, or dynamically loaded, it might not...
Oh, so you don't have to fetch the whole list... makes sense...
Looks like [Carbon](http://carbon.nesbot.com/docs/#api-localization) doesn't support defining our own locale strings and only support the [`setlocale`](http://php.net/manual/en/function.setlocale.php) php function. This is clearly not reliable as it depends on the locale installed on...
This could be useful : https://github.com/jenssegers/date
> This could be useful : https://github.com/jenssegers/date I tested it out. Works great. Every questions regarding Laravel and localized date points to this package. All that would need to be...
Hum? We use `fr_FR` while they use simply `fr`..
That's why I brought up the metadata thing. For example each locale could have a simple YAML/json file containing description and settings about the locale : - Locale name -...
This is more of an [Eloquent related question](https://stackoverflow.com/a/26062812/445757)? Or do we actually fail to update the timestamps somewhere in our code ?