Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobdenotter/bolt-stats
Bolt usage stats.. Work in progress.
https://github.com/bobdenotter/bolt-stats
Last synced: 25 days ago
JSON representation
Bolt usage stats.. Work in progress.
- Host: GitHub
- URL: https://github.com/bobdenotter/bolt-stats
- Owner: bobdenotter
- Created: 2015-01-14T18:06:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-14T18:06:25.000Z (almost 10 years ago)
- Last Synced: 2024-05-01T20:38:23.055Z (6 months ago)
- Language: PHP
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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.