Skip to content

igorw-forks/Silex-Kitchen-Edition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Silex - Kitchen Edition

This project is a base for your silex applications.

It already embed :

Installation

  • curl -s http://getcomposer.org/installer | php
  • php composer.phar install
  • edit src/config.php
  • chmod 777 -R cache/ log/ web/assets/

Start hacking in src/controllers.php

Todo

  • Extensions
    • SwiftMailer
  • Code Sample
    • Before / after

Tests

Build Status

Just run phpunit

sometimes, you have to run : chmod 777 -R cache/ web/assets, because CLI does not run with the same user as [mode_php|php-fpm|.*].

Help

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.5%
  • JavaScript 4.5%