2017 © Pedro Peláez
 

library slugify-namer

Namer for the VichUploaderBundle which slugifies the filename of the uploaded file

image

ip/slugify-namer

Namer for the VichUploaderBundle which slugifies the filename of the uploaded file

  • Sunday, April 2, 2017
  • by interpunkt
  • Repository
  • 2 Watchers
  • 0 Stars
  • 554 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 8 % Grown

The README.md

ip/slugify-namer

Namer for the VichUploaderBundle which slugifies the filename of the uploaded file, (*1)

Installation

You can install SlugifyNamer through Composer:, (*2)

$ composer require ip/slugify-namer

To use it in a Symfony2 project add it as a service in services.yml:, (*3)

services:
...
    ip.slugify_namer:
          class: ip\SlugifyNamer\SlugifyNamer

Then add the service to your VichUploader mapping in config.yml, (*4)

vich_uploader:
    ...
    mappings:
        example_upload:
            uri_prefix:         /upload/directory/
            upload_destination: %kernel.root_dir%/../web/upload/directory
            namer:              ip.slugify_namer
    ...

The Versions

02/04 2017

dev-master

9999999-dev

Namer for the VichUploaderBundle which slugifies the filename of the uploaded file

  Sources   Download

MIT

The Requires

 

by Daniel Lehrner

02/04 2017

1.1.0

1.1.0.0

Namer for the VichUploaderBundle which slugifies the filename of the uploaded file

  Sources   Download

MIT

The Requires

 

by Daniel Lehrner

30/03 2017

1.0.4

1.0.4.0

Namer for the VichUploaderBundle which slugifies the filename of the uploaded file

  Sources   Download

MIT

The Requires

 

by Daniel Lehrner

30/03 2017

1.0.3

1.0.3.0

Namer for the VichUploaderBundle which slugifies the filename of the uploaded file

  Sources   Download

MIT

The Requires

 

by Daniel Lehrner

29/03 2017

1.0.2

1.0.2.0

Namer for the VichUploaderBundle which slugifies the filename of the uploaded file

  Sources   Download

MIT

The Requires

 

by Daniel Lehrner

29/03 2017

1.0.1

1.0.1.0

Namer for the VichUploaderBundle which slugifies the filename of the uploaded file

  Sources   Download

MIT

The Requires

 

by Daniel Lehrner