Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobdenotter/silex-bootstrap
My own Silex bootstrap files
https://github.com/bobdenotter/silex-bootstrap
Last synced: 3 months ago
JSON representation
My own Silex bootstrap files
- Host: GitHub
- URL: https://github.com/bobdenotter/silex-bootstrap
- Owner: bobdenotter
- Created: 2012-06-09T12:40:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T14:39:15.000Z (over 7 years ago)
- Last Synced: 2024-05-01T20:38:31.902Z (8 months ago)
- Language: CSS
- Size: 271 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
silex-bootstrap
===============My own [Silex](http://silex.sensiolabs.org/) skeleton application, useful
for quickly setting up a new Silex project.Installation:
Create a new folder, and clone from github. Then use composer to get the Silex micro-framework and components:
git clone git://github.com/bobdenotter/silex-bootstrap.git silex-bootstrap
cd silex-bootstrap
curl -s http://getcomposer.org/installer | php
php composer.phar installAnd you're good to go.