Žiga Drnovšček
Žiga Drnovšček
@Davy1992 did you maybe manage to solve this issue some other way?
Dips on this one. :)
As I already said, sorry if I came across a bit blunt there... Developers/Users will have to run `composer install` after cloning/pulling repository, which will then pull libraries, according to...
This could also be solved with using `.php` file as config with calls to [env()](https://github.com/vlucas/phpdotenv) function in them. So every user can have their own .env file to overwrite default...
Nice, I didn't know that config can be changed mid-run. Do you already have any ideas which languages are you aiming at?
This issue was already mentioned a few times before, but if I understand correctly this can't be implemented without breaking/rewriting a lot of other functionality. You can use `input` event...
Event though array is used, it doesn't work with array / multiple jquery objects. You should try using single jquery object. In your case this would look like this: `excludeFields:...
Maybe this will be of some use to you: https://github.com/h44z/wg-portal/issues/192