php - what is the source of this method in laravel? -
php - what is the source of this method in laravel? -
this question has reply here:
laravel 4 - using carbon homecoming 'ago' time 2 answersi saw method in laravel project convert actual date "xxx minutes ago"
{{ $post->created_at->diffforhumans() }}
i looked @ laravel documentation , api there nil diffforhumans, source of method, how know if there method works kind of tasks, there source beside documentation contain little tasks
that's part of carbon library laravel uses manage eloquent timestamp fields.
and specified in documentation: http://laravel.com/docs/4.2/eloquent#date-mutators
php laravel laravel-4
Comments
Post a Comment