欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

当前时间

shiping1 的头像
使用 php artisan tinker 进去 
当前时间  是 Carbon\Carbon::now()
>>> $article = App\Article::create(['title' => 'New Title', 'body' => 'New body'
    , 'published_at' => Carbon\Carbon::now()]);
=> <App\Article #0000000059d1c4430000000041be01e5> {
       title: "New Title",
       body: "New body",
       published_at: <Carbon\Carbon #0000000059d1c4420000000041befba5> {
           date: "2015-05-14 14:00:52",
           timezone_type: 3,
           timezone: "UTC"
       },
       updated_at: "2015-05-14 14:00:52",
       created_at: "2015-05-14 14:00:52",
       id: 2
   }
普通分类: