/silex-skeleton

A Silex skeleton application I'm using as a template for various other projects. It comes with a bunch of things.

Primary LanguagePHPMIT LicenseMIT

silex-skeleton

This is a Silex skeleton application I'm using as a template for various other projects.

A few of the things it includes:

  • A simple, working controller / .htacces combo
  • Twig, ready to be used
  • Easy configuration through the use of /config/example.config.yml
  • A HTML5 base Twig template ready to be extended, with blocks you can override
  • jQuery, FontAwesome and Twitter Bootstrap
  • A lib/ folder that has already been added to the autoloader

Documentation

To set up this application, copy the sample configuration file in /config/example.config.yml to /config/config.yml.

The meaning of each configuration variable should be blatantly obvious.

Deploying/setting up

You'll need Composer in order to actually get this project to work. Don't forget to edit your configuration file as shown in the section above.

curl -sS https://getcomposer.org/installer | php
php composer.phar install

After you've done these things, you can visit /web and gaze upon the application.

License

MIT. See LICENSE.

Credits

A bunch of third party resources were used in the creation of this application. All credit goes to their original creators.