I saw a method in a laravel project that convert the actual date to "xxx minutes ago"
{{ $post->created_at->diffForHumans() }}
I looked at the laravel documentation and the API but there is nothing about diffForHumans, so what is the source of this method, how to know if there is another method that works that kind of tasks, is there any source beside the documentation that are contain those small tasks