标签: php laravel
我已经在resources / lang / en中建立了一个名为changeMonthLanguage.php的php文件
如何在Lang::get中使用trans()或{!! Form::selectMonth('monthsColumn', null, ['class'=>'form-control']) !!}?
Lang::get
trans()
{!! Form::selectMonth('monthsColumn', null, ['class'=>'form-control']) !!}
另一个问题,在用户选择月份后,如何将结果返回到该月的第一天?例如,如果用户选择十二月,那么我想将数据保存为表格