2017 © Pedro Peláez
 

project silex-silicon

A pre-configured skeleton for the Silex microframework

image

lukaswilkeer/silex-silicon

A pre-configured skeleton for the Silex microframework

  • Tuesday, July 22, 2014
  • by lukaswilkeer
  • Repository
  • 3 Watchers
  • 4 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 5 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Siex-Silicon, the php Silex skeleton app for little php projets.

The Project.

This is a app skeleton usgin the silex micro-framework. This skeleton contains. * Mustache Template Engine. * Silex/Application for core. * Symfony/form. * Symfony/validator. * Symfony web profiler. * YAML Routing * Various Symfony components! * Check the composer.json for more., (*1)

Setting.

First, check the config/dev.php and confi/prod.php on the configuration file and set the APPDIR variable. Don't forget to set write permission to folders /cache adn /logs folder according to your setup, this may vary according to your setup. If is docker, you don't need this step also on nginx., (*2)

If you're running on a apache server on windonws or a lamp server on linux, set the owner of /logs and /cache to www-data., (*3)

How to create a project?

Using composer,php composer.phar create-project lukaswilkeer/silex-silicon project-folder/ v0.5, or clone thi repository., (*4)

Contributing.

Fork this repository, create a branch, submit a pull request with your feature., (*5)

Contact.

Lukas Wilkeer | @lukaswilkeer, (*6)

The Versions