Jason Varga
Jason Varga
I could never understand why these happen. That's a realtime facade, so it should just get created on the fly. 🤔
I don't think many packages really suggest doing that. The docs already mention to do it, and give you a copy/pasteable command. Not enough?
Okay. 👍 PS. You can just run `artisan vendor:publish` which is easy to remember, and you can just pick from the list so you don't have to remember the specific...
I'm encountering this issue now, too. Although not using Nuxt.
Possible workaround in #2836
This is really great, thank you. But the asset fields are complicated. As it stands, if you have an avatar, and you submit the form, the avatar field gets wiped....
It wiped it when trying here. That hasFile only happens in the uploadAssetFiles, but not normalizeAssetValues, so the null value still gets submitted. There's also the issue of how to...
Isn't naming tough? > The entry edit view is using the same InlineActions component as the listing page uses, but its own HasListActions mixin. I'd just call it `HasActions` too....
It was already removed in 3.3. If you really need it back, I'm pretty sure you have a custom Entry class - you can put it in there.