chriskonnertz / translation-factory

Tool for the Laravel framework that helps to create translations
MIT License
38 stars 8 forks source link

Call to undefined function ChrisKonnertz\TranslationFactory\title_case() #13

Open dgillier opened 2 years ago

dgillier commented 2 years ago

Hello,

I'm trying your package. I'm using Laravel 9, had no installation problem. A soon as I'm trying to open a translation file I'm having this error... Look like it's coming form a call in the blade file (chriskonnertz / translation-factory / src/ ChrisKonnertz /TranslationFactory /resources/ views / file.blade.php):

<h1 title="{{ $translationBag->getBaseFile() }}">{{ $translationBag->getTitle() }}</h1>

Any idea why ? Thanks, Denis