Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 445 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 445 Bytes

Silex Basic Project

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