Skip to content

Instantly share code, notes, and snippets.

@YasuakiHirano
Created June 2, 2019 13:15
Show Gist options
  • Save YasuakiHirano/80574f12abfad292554247cb78efdcd8 to your computer and use it in GitHub Desktop.
Save YasuakiHirano/80574f12abfad292554247cb78efdcd8 to your computer and use it in GitHub Desktop.
carbon test
<?php
require 'vendor/autoload.php';
use Carbon\Carbon;
$dt = new Carbon();
echo $dt."\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment