I\'m updating to laravel 5.3, and I get this message:
[2016-08-23 23:12:39] local.ERROR: BadMethodCallException: Call to undefined method Illuminate\\Databas
lists() was deprecated. Use pluck() instead.
lists()
pluck()
The lists method on the Collection, query builder and Eloquent query builder objects has been renamed to pluck. The method signature remains the same.
https://laravel.com/docs/5.3/upgrade#upgrade-5.3.0