Skip to content

morozovalexander/symfony-file-uploadings-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uploading

License: MIT

Full file uploading and handling example project based on official http://symfony.com/doc/current/controller/upload_file.html tutorial

To run this example please follow the next instructions:

  • $ composer update
  • $ php bin/console doctrine:database:create
  • $ php bin/console doctrine:schema:update --force

Do not forget to set permissions for var/cache/, var/logs/, var/sessions/, web/uploads/images to run symfony ;)