Skip to content

xi-project/xi-filelib-symfony-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xi Filelib Symfony sandbox

This is a Symfony Standard Edition application for testing and playing around with Filelib.

Installation

  1. Copy parameters.example.yml to parameters.yml: cp app/config/parameters.example.yml app/config/parameters.yml
  2. Configure parameters.yml to your likings
  3. curl -s https://getcomposer.org/installer | php
  4. php composer.phar install