larapost icon indicating copy to clipboard operation
larapost copied to clipboard

update readme for laravel version

Open CharlesKumar opened this issue 7 years ago • 0 comments

Method lists' is removed in Laravel 5.3.

In larablog/app/Parser/Type.php I had to change the list mehod to pluck

Post::whereIn('id', $posts->pluck('id')->toArray())->update([ 'status' => 'deleted' ]);

Also info about which database suits well with this code

CharlesKumar avatar Sep 03 '18 12:09 CharlesKumar