Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.58 KB

README.md

File metadata and controls

48 lines (38 loc) · 1.58 KB

silex-bootstrap

silex-bootstrap is nothing more than Silex with some stuff already set up for you:

Installation

Clone the silex-bootstrap project:

$ git clone git@github.com:c2is/silex-bootstrap.git && cd silex-bootstrap

Install vendor libraries with composer:

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install

You can run the application using the PHP built-in webserver:

$ php -S localhost:8000 -t web/

Open http://localhost:8000/ in your browser to see silex-bootstrap running.

For more informations, see the installation wiki page.

Screenshots

Issues

See issues section.

Contributors

See contributors section.

License

silex-bootstrap is released under the GPL License. See the bundled LICENSE file for details.