Patrick

Results 126 comments of Patrick

> Oh great! Thanks. Do you plan to release both in a single major version? Or release the MoneyPHP refactor first and then the storage abstraction later? I was planning...

Why the close? I think this is a valid issue :) If you can, please reopen so we can keep track of it :+1:

Can you elaborate more on the expire part? What exactly do you mean by "expiring the cart" and how will the timeout be renewed? Out of my head and assuming...

There is one issue with this that comes to my mind: The cart content is stored in the session or in the database (in a single row) so you can...

Edited your messages markdown for readability. For multi-line code blocks you have to use three \`\`\` like this before the first and after the last line :)

if i had to guess i think you are talking about: ```php if (isset($this->associatedModel)) { return with(new $this->associatedModel())->find($this->id); } ``` And yes, `associatedModel` is not a function in the CartItem...

No no, this is just an example. Important for you: ``` MyClass::class === '\\MyClass'; ``` So use `YourModel::class` or use \\\\ to escape the \\. **\ is the escape character...

> The bucket name, along with other song info/data, is posted to Koel everytime a new song is uploaded to your AWS bucket. For example, if you're storing a file...

> I am unable to search the data using the ->where() That is since it is encrypted with the app key, you can not search encrypted data and you can...

I personally have no unraid so i dont know if i could test but a production docker image / compose YAML is on the roadmap and should be useable manually,...