Solution:
just add the following (or import the class if your php editor allows you do so):
use Carbon\Carbon;
Now you can simply use Carbon
Carbon
$input['published_at'] = Carbon::now();
without having to add Carbon\
Carbon\