This project is a very basic sample or a bootstrap silex application. You can use it for your next php application.
- Composer
- Silex
- Symfony User Auth
- Doctrine
- Monolog
- Twig
- Twitter Bootstrap (see http://twitter.github.com/bootstrap/)
- curl -sS https://getcomposer.org/installer | php
- php /path/to/composer/composer.phar install
- Create database and fill with db schema (folder db/schema.sql).
- Modify config file src/config/prod.php with database connection.
For more informations, see the dedicated page.