k8n

Results 20 issues of k8n

**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix **Does this PR introduce a breaking change?** (check one) - [X] No If yes, please...

https://github.com/getgrav/grav-plugin-data-manager/blob/73fd6e133008b9673302a6b3bd7bb3c5b1f9709c/data-manager.php#L251 Should probably read the following (fixed my issue): `$csv_file = File::instance($tmp . '/' . $tmp_file);`

- Laravel Version: 11.11.0 - Nova Version: 4.34.1 - PHP Version: 8.3.1 - Database Driver & Version: pgsql - Operating System and Version: Ubuntu 20 - Browser type and version:...

bug
fix incoming

https://github.com/cloudcreativity/laravel-json-api/blob/86e9dbad5df8f077f75f7803fa70e6800d1f113e/src/Broadcasting/BroadcastsData.php#L58 _BroadcastsData::serializeData()_ appears to call _Encoder::serializeData()_. _Encoder::serializeData()_ does not appear to take a second parameter. And thus no matter if includes are specified or not, the data going down the...

If the settings model for the following call does not exist, the default value is returned as expected: `settings('app', 'some_value', 5000) // returns 5000` When the setting model does exist...

Could we add something like the following in the default Eloquent model event handlers, please? ```php $cacheKey = 'settings.' . $model->slug . '.' . $model->env; $configKey = 'nova-settings.storage.' . $model->slug...

Closes # ## 📑 Description ## ✅ Checks - [x] My pull request adheres to the code style of this project - [ ] My code requires changes to the...