Anton Komarev

Results 193 comments of Anton Komarev

Yes. I haven't added latest Laravel versions because this package was archived for a long time. You could send a PR for the new Laravel versions support.

This package is not working with latest laravel versions. I'm not using it on production anymore. It requires some refactoring.

@jny986 I've removed abandoned message. Package was updated at the end of the 2020, but I forgot to remove this notice. I don't have plans to continue actively maintaining it...

@aaly00 not really, if you are fine with current implementation - we could continue development without changing its architecture and create separate package with the new one requirements when needed....

@andrekutianski Laravel 8 is supported. You may provide a PR with Laravel 9 support if you want.

Yes, and it's taking user data from ActiveRecord model correctly. Maybe it's because I'm not using common images for avatars? I'm using Gravatar service for it.

@nijel I want to make some kind of middleware service which will be responsible for managing source strings. Users from the UI cannot add or modify them. Is there is...

So I need only one user account which can do that functionality, let's say bot user. And other teams can't add keys, right?

Yes, I think that will work.

Accordingly location of this configurable values it's up to you, but I'd prefer to have separate plain json config file in the root directory instead of having configuration in `package.json`...