Alexandru Manase

Results 25 comments of Alexandru Manase

Hi! I think you can use [whereNot](https://laravel.com/docs/9.x/queries#where-not-clauses).

Hi! I think this can help you. https://laravel.com/docs/9.x/queries#or-where-clauses

Hi there! ### From a collection of categories Well you can return a collection with all categories with the `Taxonomy` model. ```php Taxonomy::where('taxonomy', 'category')->get() ``` The collection contains all categories...

@driesvints I can create a PR to fix this issue. Is it worth it?

@driesvints now that this PR (https://github.com/blade-ui-kit/blade-ui-kit/pull/154) is merged, I think you can close this issue.

Hi @christoferd! Did you run `php artisan config:clear`? https://blade-ui-kit.com/docs/0.x/installation

Hello! Could you please create a reproduction repository? It'll make it way simpler for me to lend a hand. Thank you!

I started to investigate the problem and it seems that after pressing "View Action" the query with the selected filter is run over and over. In this way it creates...

@undjike @taylorotwell any updates on this PR?