This repository has been archived by the owner on Aug 18, 2018. It is now read-only.
Releases: shaggyz/laravel-gettext
Releases · shaggyz/laravel-gettext
2.0.1 Hotfix
Fixed an incorrect path in configuration file.
Fixed documentation error. Thanks to @mkwsra
2.0.0 Laravel 5 support
New Laravel structure support.
The branch 1.x still compatible with Laravel 4.x.
1.0.3
1.0.2
- The Poedit basepath from absolute to relative, in order to make any laravel project portable, and still l10n-able
- The command calls now auto-renders all views as php files in the storage/views folder : Blade templates can now seamless use {{ _('string') }} format, and poedit will be able to recon those strings
Thanks @loranger