Carbon::now()->subMonth()->firstOfMonth();
Carbon::now()->subMonth()->lastOfMonth();
Carbon::now()->firstOfMonth(); // 获得月末 Carbon::now()->lastOfMonth();