Mass assignment Tricks

Browse latest tricks and tips on Mass assignment.

How to resolve MassAssignment Exception _token error in Laravel 5?

Mass assignment exception in model.phpIt seems you have not defined the fillable attribute in your Model. Please define it in your model class to allow table attributes as fillable ...
published on : 49 minutes ago 12 Comments