-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Langman not compitable with laravel 8, #105
Comments
Any new feed?? |
i'm with the same problem... Some news about it? |
I've the same problem ! |
I was solve it. By adding in composer file without add it in require dependencies note : "Download it from git and put it in vendor folder" |
@ghostofjava How i cant make it work? |
For those looking for an alternative, I've made this one: https://github.com/ElegantEngineeringTech/laravel-translator
|
Hey quentin, i tried ur package and it has some issues, i tried to use the translator:dead command and i got this error on cmd: PhpParser\Error Syntax error, unexpected EOF on line 112 at vendor\nikic\php-parser\lib\PhpParser\ParserAbstract.php:359 1 vendor\nikic\php-parser\lib\PhpParser\ParserAbstract.php:183 2 vendor\elegantly\laravel-translator\src\Services\SearchCode\PhpParserService.php:90 even the translatr:missing command gave me an error: What is the locale of reference? [en] TypeError Elegantly\Translator\Commands\ShowMissingTranslationsCommand::Elegantly\Translator\Commands{closure}(): Argument #1 ($namespaces) must be of type array, Illuminate\Support\Collection given at vendor\elegantly\laravel-translator\src\Commands\ShowMissingTranslationsCommand.php:24 1 [internal]:0 |
Hi @tarantula-valon,
If you face new issues, please report them directly on the repo |
@QuentinGab I mean the sort worked fine for my files, but when trying to detect the dead translations, its not working and the same error keeps showing |
@tarantula-valon The dead code detection logic works differently from other operations. It must scan and parse your entire codebase using PHP-Parser. However, if any
I’ve released a new version: v1.1.7 to help you debug this error. Could you try again with the latest version? |
@QuentinGab ok now i got it figured out, thanks bro very much, this actually helped me remove views which i wasnt using and they apparently had some syntax errrors |
I upgrade my app from lara 5.8 to 8 just I couldn't update langman package
there is any solution or ignore it ???
The text was updated successfully, but these errors were encountered: