```php class Topic extends Model { protected $fillable = [ 'topic', 'exam_id', 'opt1', 'opt2', 'opt3', 'opt4', 'ans', ]; } ``` ``` 8. 批量賦值詳情可參考: [](http://d.laravel-china.org/docs/5.5/eloquent#mass-assignment) [](https://github.com/tad0616/exam56/commit/0babef0e25b809b80a8e02d2a734f31b3a82b977)
進階搜尋