Skip to content

Instantly share code, notes, and snippets.

View kekbait's full-sized avatar
🐱
Happy !

kekbait

🐱
Happy !
View GitHub Profile
@kekbait
kekbait / Document.php
Created March 6, 2017 15:23 — forked from beberlei/Document.php
My Symfony2 File Upload workflow
<?php
use Symfony\Component\HttpFoundation\File\File;
use Symfony\Component\HttpFoundation\File\UploadedFile;
/**
* @Entity
*/
class Document
{