Michael Lundbøl
Michael Lundbøl
For reference you could look at the [documentation](http://carbon.nesbot.com/) for it. It has stuff like ``` php Carbon::now()->diffForHumans(); ``` would create something like 1 hour ago if it's 1 hour ago....
Any news regarding this? :)
Have you found out anything with this feature request yet?
Do you need my help getting the last changes in for the new branch? I see you have simplified the api a lot sense i last looked.
@dbpolito I feel like you are missing a json cast or an ArrayObject cast for this attribute. Am i missing something?
@brendt Alright i took a bit of POC on this. It uses spatie/crawler and some dom manipulation to extract the rfc text and put that into the description field. We...
Okay, so just to give you an update on this ticket. During last week, I took a bit of an R&D session in order to find the best way to...
@brendt I get that you want to be in control over which rfcs we should show on our site, that makes sense. But let's imagine that we are pulling in...
@pronskiy I am pulling everything in to an other table and then someone with administrative rights can publish the rfc to our website after the internals announcement. I think that's...
@tpetry It might also be worth noting that because of the removal from `__toString()` method towards `getValue()` that any expression cannot be converted to a string using typecasting anymore due...