Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 291 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 291 Bytes

Minimal Symfony

This is an example repository with a minimized Symfony 3 installation.

Usage

First run:

php composer.phar install

Afterwards you can "use" this by executing:

php -S localhost:8000 -t web/ web/index.php

The open http://localhost:8000/ in your web browser.