laravel updateOrCreate method

In your use case, you should specify a second parameter. The first indicates the conditions for a match and second is used to specify which fields to update. Here is an example from the documentation: https://laravel.com/docs/5.4/eloquent