This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
    Akhil
    
            
            
                    
                                            
        
    
        I have written a script to get theses rows but i am unable to put where condition for its attachment 'image'.
            $modelMusicCurrent = modelMusicCurrent::select('id','name','alias','created_at')
                            ->where('published', '=', 1)
                            ->where('is_trending', '=', 1)
                            ->where('is_deleted', '=', 0);
                            Last updated
1-3 of 3