larapost
larapost copied to clipboard
Simple Laravel blogging package.
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...
[Illuminate\Database\QueryException] SQLSTATE[HY000]: General error: 1 near "`title`": syntax error (SQL: ALTER TABLE lb_posts ADD FULLTEXT KEY lb_posts_title_body_fulltex t (`title`, `body`)) Notice: im using sqlite whats you're opinion?