Skip to content

Instantly share code, notes, and snippets.

@rossriley
Created October 29, 2015 10:57
Show Gist options
  • Save rossriley/57773c37d0f73f07a6f2 to your computer and use it in GitHub Desktop.
Save rossriley/57773c37d0f73f07a6f2 to your computer and use it in GitHub Desktop.
$app['upload'] = $app->extend('upload', function ($handler, $app) {
if ($app['request']->get('contenttypeslug') && $app['request']->get('id')) {
$handler->setPrefix("/".$app['request']->get('contenttypeslug')."/".date("Y-m"));
}
return $handler;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment