Download the PHP package lukaswilkeer/silex-silicon without Composer
On this page you can find all versions of the php package lukaswilkeer/silex-silicon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lukaswilkeer/silex-silicon
More information about lukaswilkeer/silex-silicon
Files in lukaswilkeer/silex-silicon
Package silex-silicon
Short Description A pre-configured skeleton for the Silex microframework
License MIT
Homepage http://github.com/Seldaek/monolog
Informations about the package silex-silicon
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.
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.
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.
How to create a project?
Using composer,php composer.phar create-project lukaswilkeer/silex-silicon project-folder/ v0.5
,
or clone thi repository.
Contributing.
Fork this repository, create a branch, submit a pull request with your feature.
Contact.
Lukas Wilkeer | @lukaswilkeer
All versions of silex-silicon with dependencies
silex/silex Version ~1.0
silex/web-profiler Version ~1.0
symfony/browser-kit Version ~2.2
symfony/class-loader Version ~2.2
symfony/config Version ~2.2
symfony/console Version ~2.2
symfony/finder Version ~2.2
symfony/monolog-bridge Version ~2.2
symfony/process Version ~2.2
symfony/security Version ~2.2
symfony/translation Version ~2.2
symfony/validator Version ~2.2
symfony/http-foundation Version ~2.2
mustache/silex-provider Version ~1.0
symfony/yaml Version 2.5.*
respect/relational Version ~0.5.1