Tim MacDonald

Results 21 issues of Tim MacDonald

Is it possible to support a PHP 8 named parameters? See: https://twitter.com/michaeldyrynda/status/1382126522153111555

Currently all the functionality is on the trait, it might be a good idea to move all the private methods off to a static helper class and only expose the...

By adding types via docblocks, it is possible to provide a "typed" experience. Need to document this. ![types](https://user-images.githubusercontent.com/24803032/139563253-e2cf921e-0fd1-492e-8481-d762621ff89b.jpg)

Would probably be nicer if this was compassable via a trait instead of inheritance. Then it could be used on all kinds of objects.

### Description Laravel has officially made Vite it's out-of-the-box bundler. Although Vite is targeted at full fledged JS applications, we have made some affordances to make it work well with...

p3-downstream-blocker :hammer:

Preloading is a mechanism that informs the browser which assets are required for the current page load. You can read more about [preloading on web.dev](https://web.dev/preload-critical-assets/). Using this PR on a...

Drat until tagged.

See: https://github.com/laravel/framework/pull/44227 Draft until tagged.

This is a draft as we will need to: 1. Merge #45454 2. Merge 9.x into 10.x 3. Update the failing test to use `ValueException` instead of `TypeException` Fixes https://github.com/laravel/framework/issues/45454...

See: - https://github.com/laravel/vite-plugin/pull/189 - https://github.com/laravel/breeze/pull/246 - https://github.com/laravel/jetstream/pull/1242