Preliot

Results 7 issues of Preliot

Laravel Version: 5.8.37 Nova Version: 2.11.1 Nova belongsto Depend: ^2.0 PHP Version: 7.2.19 Operating System and Version: Windows 10 Browser type and version: Chrome 79 64-bits **Description** I'm using a...

Imagine a department depends on a location, and the location on a client. All selects are populated when i select a client, then a location and finally a department. It...

This package seems to generate several n+1 queries. Could you fix those or how could i fix those? I am using `beyondcode/laravel-query-detector` to detect those queries and i get the...

The question boils down to this: How do i create a write-only field? Right now I have a field `catachall` that should be write-only for a super user. But that...

Seems this card doens't work with cache tags [https://laravel.com/docs/5.8/cache#cache-tags](https://laravel.com/docs/5.8/cache#cache-tags).

I've got multiple selects depending on eachother. Simplified example: client location department user User depends on department, department on location and location on client. Bug 1. Select a (dependend) value...

I'm trying to remove the uncategorized Woocommerce category from the search. There does not seem to be an setting. I've also tried several hooks and filters without success. What should...