mcurisilva/silex-basic-project

A basic projet with Silex micro-framework

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mcurisilva/silex-basic-project

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

This package is not auto-updated.

Last update: 2025-12-20 19:34:03 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