Stephen Rees-Carter
Stephen Rees-Carter
Oops, yes, it does! I'll fix now. 😄
Oops, forgot to switch this from Draft when I fixed the kernel.
I like the discoverability of an empty array in the code, rather than having to dig into the code or documentation to discover overrides, but it is a valid point....
The thing is, I don't use the LAMP stack. PHP comes with it's own development server, so you have no need for Apache. When I need something with more control,...
Would be great to see this happen at some point - when your builds need to wait for others to finish before being started, it's handy to see they are...
@taylorotwell does that mean this'll need to wait for Laravel 12? Can we apply this to `master` now so it doesn't get forgotten again?
The upgrade guide will need to advise that `Js::encode()` no longer returns a raw `string`, but instead an instance of `Htmlable`. I can see three scenarios that will be affected:...
While I like the idea of having solid impersonation support within the Auth system, this implementation suffers from session bleed. The original user's session is maintained when they impersonate a...
Yeah, good point. I've actually been considering closing down this package entirely and redirecting folks over to that anyway. 🤔
Can you please paste your full validator block in here? Also, what form is it for, and do the other validators display the errors? You could test the validator is...