Skip to content

Instantly share code, notes, and snippets.

@iamdtang
Created February 4, 2019 06:20
Show Gist options
  • Save iamdtang/13fb0230df0335dd1009d777719254ed to your computer and use it in GitHub Desktop.
Save iamdtang/13fb0230df0335dd1009d777719254ed to your computer and use it in GitHub Desktop.

1. Find all playlists

// app/Playlist.php

namespace App;

use Illuminate\Database\Eloquent\Model;

class Playlist extends Model
{
  
}
Playlist::all();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment