Karel Faille
Karel Faille
Hello, Would you be open to merge a PR to add a simple Laravel support? It could be done with a few new files (ServiceProvider, config file and composer.json) and...
Hi, Following issue #42, this PR allows an optionnal and simple Laravel support. It offers a out of the box Laravel compatibility, you'll just have to add the following variables...
Hi, On the main page of this repo, the last release seems to be five years old, except that the last tag was pushed in 2021.   I think...
In a `rv-each` loop, when I remove an item from an array that is referenced inside the rv-each, the following error occurs: `TypeError: callback is not a function`. The error...
Hello, When an exception is thrown inside a view, the compiled cache view is shown instead of the initial blade template. Is this the intended behaviour?  Thanks, Karel
Hi, This sets the PHP minimum to 8.0 to match Laravel 9. This closes https://github.com/novius/laravel-nova-order-nestedset-field/issues/12 Karel
Hi, This sets the PHP 8.0 to be same used in Laravel 9. This closes #12 I set the base branch of this PR to master, but I should be...
Hi, Laravel 9 sets PHP minimum version to PHP 8, but the version 3 of this package sets it to PHP 8.1. That makes the package not usable with Laravel...
Hi, This follows the discussion in #13. The selected dates changes depending on user timezone:     Regards, Karel
Hi, In some case main.js is not at the index 0. This PR searches for the right index in the manifest and make type checks more strict. Thanks, Karel