belongsToMany('App\Tag'); } /** * The full url of a bookmark. */ public function getLongurlAttribute() { return config('app.url') . '/bookmarks/' . $this->id; } }