Hi
I've just installed this package in a laravel 7 app (php 7.3). All ok, except when I run php artisan lang:js
this is what I get:
In LangJsGenerator.php line 215:
Undefined offset: 3
The only thing different in this project is that the vendor folder is outside the main project folder. Not sure if could be related
Any tips?