# Admin: covers (part 2)

# Get all the covers

  • Let's start with fetching all the covers from the disk and show them in a grid

# Remove the dummy cover

# Get all the covers from the database

# Remove used covers from the array

# Delete the cover

  • We already have a delete method from the previous chapter, so we can refactor it a bit
Last Updated: 4/20/2023, 6:14:15 PM