mcurisilva / silex-basic-project
A basic projet with Silex micro-framework
dev-master
2014-06-05 19:25 UTC
Requires
- doctrine/dbal: 2.2.*
- silex/silex: 1.0.*
- symfony/yaml: 2.2.*
- twig/twig: >=1.8,<2.0-dev
This package is not auto-updated.
Last update: 2024-11-09 14:11:30 UTC
README
A basic example with silex micro-framework
Install
Install composer
curl -s https://getcomposer.org/installer | php
Create Project
php composer.phar create-project mcurisilva/silex-basic-project project_name
Configure database connection
Modify the config/config.yml file to configure your database
Configure routing
Add your url in the config/routing.yml file