Potsky

Results 69 comments of Potsky

Take Bootstrap example. You need Bootstrap in your project so you install it with bower. You don't want to publish all `bower_components` directory but only the javascript, css and fonts...

> Thanks for the feedback. I came up with a temporary solution. For anyone that might encounter the same thing in the near future: > > > > This way,...

Hello, You should delete manually all lemma with `"TODO: ..."` values. It cannot be automated by the package but an easy regex find with your favorite editor will do the...

Hi @gemal, nice to see you on a an other repo ;-) This package is required to generate lang files according to your code style. So this is not a...

What do you mean by dumping the version of it ? If you talk about the version you need to use, it depends of course of your laravel version.

Hi @gemal, can you modify my `composer.json` requirement about `friendsofphp/php-cs-fixer` and set it to `^2.3` ? Does it still works ?

Let down... The way CSFixer works has changed... I need to read the doc and implement the new format.

Hi @gwenth, in fact if an obsolete string is used again, it should go the main block and not stay in the obsolete one. I need to check this behaviour.

I just have pushed a commit with a [test](https://github.com/potsky/laravel-localization-helpers/blob/master/tests/fixes/Gh29Tests.php) for this behaviour and it is ok, I cannot reproduce your problem. The test scan file1 with only `Lemma1`. Then it...