Obtenga la fecha actual Laravel
use Carbon\Carbon;
$date = Carbon::now();
Charming Capuchin
use Carbon\Carbon;
$date = Carbon::now();
Carbon::now()->toDateTimeString()
'phone' => 'required|regex:/(01)[0-9]{9}/'