flexponsive
flexponsive
While `Leaflet.heat` seems to work great with the latest leaflet versions, the demo page currently does not render because it tries to include an outdated leaflet version from CDN which...
### What happened? While trying to get Laravel's tinker to work with FrankenPHP, I noticed some issues relating to the `stream_select` function which occur when an interruption by system signals...
When running `composer require --dev captainhook/captainhook-phar:5.23.5`, I get a GpgError and the installation aborts without a `vendor/bin/captainhook` file being created. Installing the full source version with `composer require --dev captainhook/captainhook`...
# Description This PR improves the handling of sensitive data, like passwords and auth tokens, by making it possible to easily configure the replacing of sensitive values, headers etc. in...
This pull request introduces a new `asJson` boolean option to the `@routes` Blade directive, improving compatibility with strict Content Security Policies (CSP). When `asJson` is set to `true`, the directive...
Adds support for dynamic root-level form properties in Vue and Svelte, matching existing React behavior. Properties can be added after initialization, which helps avoid pre-defining every possible field on create...