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 answers

i 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

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -