Tom de Wit

Results 24 comments of Tom de Wit

Any news on this Issue?

Hi @ciaranmcnulty ๐Ÿ‘‹, First of all thanks for all your hard work in the OSS community (and a special thanks for your [BDD/DDD talk](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwiItN-Rhsn3AhV7lf0HHYdNBDoQwqsBegQIBhAB&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D83GbyDpJDI4&usg=AOvVaw2yRlrOPF8910VUqRnR778-) ๐Ÿ‘). I'm also interested to learn...

Am I correct to understand this feature request will add Docblocks to all function currently without a Docblock? Thanks for your time.

> Hello has there been any development on this issue? not from my side. I donโ€™t work with Laravel anymore and have since moved to a new employer.

Hi @noscript, this is still a problem with the 0.9.3 release.

Hi! In the past I've cheated and used `str_replace` to get what I needed in the database since I've only supported one currency, so it was an easy decision. Unfortunately...

@vyuldashev I think we could add two "separator"-methods that allows the user to tell what both separators should be, much like `number_format()` does with parameter 3 and 4. Perhaps that'll...

@vyuldashev So we're talking about five hundred million and 50 cents? That would be "500.000.000,50" over here whereas, for example in the US, it would translate to "500,000,000.50", IIRC.

@vyuldashev No, I'd like to put "500.000.000,50". We use the `,` to separate decimals and we use the `.` to separate thousands.

> Hello Tom, > > It is a nice idea to add this as an option. I think the most easy option is to add a command line option that...