Pascal Baljet

Results 91 comments of Pascal Baljet
trafficstars

This is very likely an issue with third-party libraries that are either not SSR-compatible, or that use a very outdated bundling method. It doesn't seem related to the Inertia Laravel...

> Would really be nice to have! > > Shouldn't this ideally go together with the sister `ModelUnique` rule though? If this PR gets merged, I could do a follow-up...

> I don't mind this as a concept, but `Rule::modelExists` is just not the Laravel way. 😔 In my opinion we should adjust Rule::exists in Laravel 12.x. > > There...

You need to use `Redirect::back()` to keep the pagination query string, or pass it explicitly to the `Redirect::route()` method. I checked the deferred prop and it was indeed broken in...

Closing this one as Pedro has answered it :)

Modern versions of Laravel come with an `install:broadcasting` Artisan Command that creates the `config/broadcasting.php` and `routes/channels.php` files. I highly recommend following that route to get it to work and then...

Closing this one in favor of #740 (I'll add you as co-author!)

> I think the best way to handle this right now is change the`z-index` from` #nprogress` in css, [rstacruz/nprogress#56 (comment)](https://github.com/rstacruz/nprogress/issues/56#issuecomment-41505532) I also think this is the best way to do...

@jrmajor This might be a long shot, but would it be possible to consolidate `ssr.ts` and `viteSsr.ts` somehow? I think it's already cumbersome that people have to maintain two *main*...

This issue belongs in the Breeze repository as it's very likely something that needs to be resolved there. Unfortunately, I can't transfer this issue to the Breeze repo, so I'm...