Bruno Falcão
Bruno Falcão
Can you also apply that logic for the paddle sandbox configuration please? Make it dynamic and not only configurable via the .env file :) thank you!
will check it out, thanks
Hi, You might need to cast the field yes. It's a datetime casting. Did you try it out? On your model, you need to have something like: ```php protected $casts...
@loown what Nova version are you using ? Any specific errors that appear on your log ? It's very difficult to spot this bug without more data, since I made...
Hi @andersespedalen , I think you need to pass the default argument value to null in your define method. Not ($user) but ($user = null). As this: ``` protected function...
me too, would love to see this resolved in the next version
What version is it installing? Mostly might be an older version. I'm using dev-main
That's a good point, but I need to investigate how to do it, might take some time sorry. If you know how to do it, then please kindly consider a...