Pascal Baljet

Results 62 comments of Pascal Baljet

We're currently building an app based on Jetstream and are planning the integrate this package. I'll leave this issue open until it's figured out!

I would definitely support a PR for this, that's a great feature!

I’ll soon create an example in the docs. And thanks for the sponsorship, Johannes!

This is coming to a future v2.x release. I’ve prepared v2.0 so we could eventually support other filters than select elements.

Are you using Mix / Webpack?

Not yet, but that would definitely be cool! I've worked with [Flatpickr](https://flatpickr.js.org) recently, so maybe I'll give it a shot.

This is coming to a future v2.x release. I’ve prepared v2.0 so we could eventually support other filters than select elements.

What's inside `ssr.js`? How can I replicate this error?

Something likes this? (from the Laravel docs) ```php $orderBySubquery = Flight::select('arrived_at') ->whereColumn('destination_id', 'destinations.id') ->orderBy('arrived_at', 'desc') ->limit(1); Search::add(Destination::class, 'location', $orderBySubquery)->get('Amsterdam'); ```

Are you using this package in a queued job somehow? This error comes from the [getQueueableClass](https://github.com/illuminate/database/blob/8.x/Eloquent/Collection.php#L654) method, which is only used when the framework serializes models.