Skip to content

Releases: shapehq/laravel-language-center

Minor improvement

17 Oct 11:14
Compare
Choose a tag to compare

Just a minor improvement to prevent strings not behind right format when catching it.

Add cache command

17 Oct 09:27
Compare
Choose a tag to compare

Added cache command php artisan languagecenter:cache.

Caching

15 Oct 15:20
Compare
Choose a tag to compare

This version of Laravel Language Center does not including breaking changes.
It however just includes some new features which adds cache.

This will also make less requests to LanguageCenter. Currently for each request to a site using Laravel LanguageCenter package, then it would make an API call to LanguageCenter.
Now it will only make it once a while, and if LanguageCenter fails, it will NOT break no longer.

First release

15 Mar 13:37
Compare
Choose a tag to compare

This is a first release