mcurisilva/silex-basic-project

A basic projet with Silex micro-framework

dev-master 2014-06-05 19:25 UTC

This package is not auto-updated.

Last update: 2024-04-27 11:16:00 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