/Another-Silex-Skeleton

Another Silex Skeleton

Primary LanguagePHPMIT LicenseMIT

Another Silex Skeleton

A Silex project, prepared to start working.

To start developing an app, change the name of "MyApplication" directory for the name or your project, and the references to that folder in composer.json, app.php, controllers.php, .bowerrc...

With...

  • DEV index with debug
  • Controllers
  • Services
  • Bower
  • Composer
  • Twig templates
  • PHPUnit (tests soon)
  • ...

Contribute

Improvements? Fork this project! Pull requests are more than welcomed.

Credits

Based on Fabien Potencier's silex skeleton.