1. Find all playlists // app/Playlist.php namespace App; use Illuminate\Database\Eloquent\Model; class Playlist extends Model { } Playlist::all();