No description
  • PHP 94.5%
  • Twig 5.5%
Find a file
2017-12-14 21:28:58 +01:00
.idea Route middleware. 2017-12-14 21:28:58 +01:00
bin First commit: straight from composer create-project. 2017-11-29 08:25:16 +01:00
config Sample controllers pp 4-6. 2017-11-29 08:45:54 +01:00
src Route middleware. 2017-12-14 21:28:58 +01:00
templates Refactored controllers, error and view handlers to classes for readability. 2017-12-06 21:55:02 +01:00
tests First commit: straight from composer create-project. 2017-11-29 08:25:16 +01:00
var/logs Route middleware. 2017-12-14 21:28:58 +01:00
web First commit: straight from composer create-project. 2017-11-29 08:25:16 +01:00
.gitignore More documentation on application middleware. 2017-12-12 19:19:31 +01:00
composer.json Argument conditions: assert() and when() with Symfony expression language. 2017-11-29 09:17:11 +01:00
composer.lock Argument conditions: assert() and when() with Symfony expression language. 2017-11-29 09:17:11 +01:00
LICENSE First commit: straight from composer create-project. 2017-11-29 08:25:16 +01:00
phpunit.xml.dist First commit: straight from composer create-project. 2017-11-29 08:25:16 +01:00
README.md First commit: straight from composer create-project. 2017-11-29 08:25:16 +01:00
README.rst First commit: straight from composer create-project. 2017-11-29 08:25:16 +01:00

Silex: the book

This repository contains examples gathered while reading the Silex 2 book.

Creating a project:

On 2017-11-29, this gives:

  • Silex 2.2.0
  • Pimple 3.2.2
  • Twig 2.4.4
  • Symfony components: 3.3.13