1 2 3 4 5 6 7 8 9 10 11 12 |
php artisan tinker >>> ModelName::create('title'=>"This is Title",.....); 'Illuminate\Database\Eloquent\MassAssignmentException with message 'Add [title] to fillable property to allow mass assignment on [App\Models\ModelsName]' >>> exit #reload the tinker composer dump-autoload #do the task again, should be fine. php artisan tinker |