Skip to content

Instantly share code, notes, and snippets.

@crissi
Created May 17, 2013 00:25
Show Gist options
  • Select an option

  • Save crissi/5596156 to your computer and use it in GitHub Desktop.

Select an option

Save crissi/5596156 to your computer and use it in GitHub Desktop.
Route::get('carbon', function()
{
//start is in mysql date format
dd( Course::find(104)->start );
});
Shouldn't this return a Carbon object?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment