Dashboard

This commit is contained in:
xiaomlove
2021-05-17 21:07:50 +08:00
parent fa4f9a29c5
commit d651762c1b
16 changed files with 685 additions and 854 deletions
+2 -4
View File
@@ -61,10 +61,8 @@ class Test extends Command
// $r = $disk->put('/', base_path('composer.json'));
// $r = DB::table('users')->where('id', 1)->update(['modcomment' => DB::raw("concat_ws(',', 'ddddd', modcomment)")]);
$yesterday = Carbon::parse('2021-05-16 13:30');
$now = Carbon::parse(0);
// $r = $yesterday->diffInSeconds($now);
dd($now);
$r = exec('uptime');
dd($r);
}
}