Jani Gyllenberg

Results 6 issues of Jani Gyllenberg

Laravel's config/app.php configuration file allows users to specify a locale, however these settings are ignored when using the money() helper as it is reaching for the PHP locale instead. This...

As resolveId can be utilized for [condition match] criteria, throw an exception if no record exists for supplied values

Currently, missing criteria (match conditions for updateOrCreate) throws a generic exception. Extend to include JSON document line number for easier troubleshooting.

enhancement

``` ">roles": { "slug": "edit-orders" } ``` would execute... ``` ->roles()->sync(Role::where('slug', 'edit-orders')->first()); ```

enhancement

Applies PR #792 fix to 'bottom', 'bottom-center', 'bottom-middle', 'center-bottom', 'middle-bottom' positions to fix #1030

I think a handy feature for development environments would be the ability to create deep-links which open TablePlus to either a specific table, or specific row through a query. For...

new-feature