Something like this? https://github.com/barryvdh/laravel-translation-manager
Does a regex search through all php/twig files and store them in a DB. You can edit them via an web interface and save them back to the php language files.
Relatively new, so might not support all use cases yet.
That looks promising! Going to look into it!
Does it support both the @lang('')
and Lang::get('')
syntax?
@barry, I get the following composer error; 'The requested package barryvdh/laravel-translation-manager could not be found in any version, there may be a typo in the package name.'
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community