Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 297 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 297 Bytes

silex-skeleton

A starter project using Silex.

Usage

  1. Copy config.yml.dist to config.yml and edit it
  2. Build the database by run in the console :
php console orm:schema-tool:create
2. Add a user by run in the console :

```php
php console user:add