/Silex-Kitchen-Edition

This project is a sample or a bootstrap silex application

Primary LanguagePHPMIT LicenseMIT

Silex - Kitchen Sink Edition

This project is a sample or a bootstrap silex application. You can use it for your next PHP application.

Installation

git clone https://github.com/lyrixx/Silex-Kitchen-Edition
cd Silex-Kitchen-Edition
composer install
npm install

bin/console doctrine:database:create
bin/console doctrine:schema:load
bin/console fixture:load

Demo

Thanks to Platform.sh ; You can play with a live demo. More over, each pull-request will be deployed too.

Thanks to Heroku ; You can play with a live demo. More over, each pull-request will be deployed too.

Deploy