Voltra
Voltra
When you say deleted, you mean inaccessible or actually deleted from the database? I only observe deletion of page models and re-attach/move things around. As for the prefix, it's: 1....
It should, but if there's any sort of on-delete-cascade logic that might be what causes them to be deleted
I'll do some testing in the next few days.
Was the project setup with Pest or just regular PHPUnit ? I feel like writing unit tests for this part will definitely help (especially with detecting regressions in the future)
Would it be OK if I configured the tests to use the `*.test.php` naming convention for test files and follow the exact same directory structure as in the source directory...
There were a few bugs that the unit tests help catch
Things should be A-OK @Z3d0X I've also added a config option that hooks into existing laravel artisan commands to clear and refresh the caches at the same time as the...
Just got done fixing a corner-case in updates where changing the parent page would not properly change the URLs. Now all cases should be handled properly and thoroughly tested.
Should be good to merge
Hi @MstrVLT ! That is by design as it's meant to always extract/map an observable from the vue reactive value. IMHO, I think this is more of an XY problem:...