Corcel\PostBuilder::slug PHP Method

slug() public method

Get only posts with a specific slug
public slug ( $slug ) : PostBuilder
return PostBuilder
    public function slug($slug)
    {
        return $this->where('post_name', $slug);
    }