模板加了数据保持会报错
ErrorException in fb157a344e325ccaf6546eedb07a6b1d6e5d856b.php line 15:
Trying to access array offset on value of type null (View: D:\PHP\Laravel\blog\resources\views\studentdemo\create.blade.php)
ErrorException in fb157a344e325ccaf6546eedb07a6b1d6e5d856b.php line 15:
Trying to access array offset on value of type null (View: D:\PHP\Laravel\blog\resources\views\studentdemo\create.blade.php)
2024-03-10
{{ old('Student')['sex'] == '值' ? 'checked' : '' }}
2020-04-07
Laravel 5.5:
$validator = \Illuminate\Support\Facades\Validator::make(......);
$validator = \Illuminate\Support\Facades\Validator::make(......);
2020-04-07