JesseObrien/laravel-cheatsheet

Add Model::fill()

chadwithuhc opened this issue · 2 comments

I'd like to see Model::fill($attributes) added. It is a method to modify attributes based on the fillable and guarded rules. See http://laravel.com/api/class-Illuminate.Database.Eloquent.Model.html

Added, thanks!

You're fast. Thanks Jesse.