Level 13
As a third argument:
{!! Form::date('date_added', \Carbon\Carbon::now(), ['class' => 'your classes here']) !!}
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
https://laravelcollective.com/docs/5.2/html#date
Just added this date function onto my form but struggling to see how to add a class to this how would i do this ??
{!! Form::date('date_added', \Carbon\Carbon::now()); !!}
As a third argument:
{!! Form::date('date_added', \Carbon\Carbon::now(), ['class' => 'your classes here']) !!}
Please or to participate in this conversation.