0
Q:

laravel updating timestamp column error Failed to parse time string at position 0 (2): Unexpected character

laravel update updated_at when seconds are not available use :
Carbon::createFromFormat()

Example :
$request->filled('order_date') ?
	Carbon::createFromFormat('d/m/Y H:i', $request->get('order_date')) : null,
0

New to Communities?

Join the community