You need to add an order column to the mediables table.
$table->integer('order')->unsigned()->index();
A handful of methods have been renamed on the MediaUploader
class.
setFilename
-> useFilename
setDisk
-> toDisk
setDirectory
-> toDirectory