Skip to content

theaxel/Silex-Kitchen-Edition

 
 

Repository files navigation

Silex - Kitchen Edition

See the dedicated page on github

This project is a sample base for your silex applications.

It already embed :

Homepage Form sample

Installation

Without git clone

Run the following commands:

curl -s http://getcomposer.org/installer | php
php composer.phar create-project lyrixx/Silex-Kitchen-Edition PATH/TO/YOUR/APP
cd PATH/TO/YOUR/APP

With git clone

Run the following commands:

git clone https://github.com/lyrixx/Silex-Kitchen-Edition.git PATH/TO/YOUR/APP
cd PATH/TO/YOUR/APP
curl -s http://getcomposer.org/installer | php
php composer.phar install

Then

You can edit resources/config/prod.php and start hacking in src/controllers.php

Todo

  • Extensions

    • SwiftMailer

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 [mod_php|php-fpm|.*].

Help

Licence

Copyright (C) 2012 Grégoire Pineau

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUTOF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.

About

A Silex Edition. This project is a base for your silex applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published