我在Homestead上使用Laravel 5.1。我使用Xinax / Gettext包(https://github.com/xinax/laravel-gettext)翻译字符串。除了尝试运行包含可翻译字符串的控制台命令(例如_('Test string')
)之外,它完全有效。
我得到的错误是:
[Symfony\Component\Debug\Exception\FatalErrorException]
Call to undefined function App\Console\Commands\_()
关于如何让gettext功能在控制台环境中工作的任何想法?