Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaswilkeer/silex-silex
Setup for the silex micro-framework
https://github.com/lukaswilkeer/silex-silex
Last synced: 3 months ago
JSON representation
Setup for the silex micro-framework
- Host: GitHub
- URL: https://github.com/lukaswilkeer/silex-silex
- Owner: lukaswilkeer
- Created: 2013-09-27T23:54:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T03:18:35.000Z (over 3 years ago)
- Last Synced: 2024-04-14T05:27:19.190Z (10 months ago)
- Language: PHP
- Homepage:
- Size: 2.72 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
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