dhcmega
dhcmega
Hi, it will be my first PR. This week is a busy week for me, but I will try to do it next week. It will be good to help...
Hi @kodeine do you think that adding the JSON type to the rows would work? That would very simply allow to create a record with as many extra fields as...
When I run a query over a model, Auditable is looking for an attribute of the model: `$auditEvents` This variable is optional, if the model doesn't have it, Metable kicks...
Hi In my case the problem arises when I try to invalidate an expired token. The user tries to acces an endpoint, the token is expired, it then tries to...
Hi, no. I found that refreshing the token invalidates the previous one. So I create and drop a new one: `auth()->refresh();` If you have already created a new token, this...
Oh, ok, it throws an exception but also invalidates the token? Thanks for sharing.
Hi, have you fixed this? thanks.
Hi, have you solved this?
Same problem on 5.4
Hi I use: ``` 'language' => [ 'url' => asset('js/datatables/json/es.json') ], ``` for translations, but buttons are still in english. How do I set language for all these i18n() texts?...