Comments on: The Ultimate Guide to Laravel Localization https://phrase.com/blog/posts/laravel-i18n-frontend-best-practices/ Localization and translation software Thu, 14 Nov 2024 16:29:17 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Klaas Runia https://phrase.com/blog/posts/laravel-i18n-frontend-best-practices/#comment-127 Sun, 12 Aug 2018 06:25:00 +0000 https://phraseapp.com/blog/?p=3164#comment-127 In reply to Foreach.

Why isn’t this essential tip updated in the article itself?

]]>
By: Foreach https://phrase.com/blog/posts/laravel-i18n-frontend-best-practices/#comment-126 Wed, 13 Jun 2018 21:03:00 +0000 https://phraseapp.com/blog/?p=3164#comment-126 If someone is getting this error: Unresolvable dependency resolving [Parameter #0 [ $app ]] in class AppLocale
You must include the folowing in the LocaleServiceProvider.php:
use AppLocale;
Right after IlluminateSupportServiceProvider;

]]>
By: Foreach https://phrase.com/blog/posts/laravel-i18n-frontend-best-practices/#comment-125 Tue, 12 Jun 2018 19:52:00 +0000 https://phraseapp.com/blog/?p=3164#comment-125 Thank you! nice and clean

]]>
By: Marcos Martinelli https://phrase.com/blog/posts/laravel-i18n-frontend-best-practices/#comment-124 Sun, 29 Apr 2018 10:16:00 +0000 https://phraseapp.com/blog/?p=3164#comment-124 Thank you Mohammad Ashour!

]]>