Of course, it depends on wqhat you want to do with the date! Carbon\Carbon::now() will give you a Carbon instance with the current date. If you need it in a particular format, then use Carbon's available methods to manipulate it. http://carbon.nesbot.com/docs/#api-formatting
Or, the native PHP date function might be sufficient: