a Slim Framework boilerplate.
First, Install Composer:
$ curl -sS https://getcomposer.org/installer | php
Next, clone the repo:
$ git clone https://github.com/stursby/svelte.git && cd svelte
Install packages via Composer:
$ php composer.phar install
You can find packages on packagist.org.
To add packages, edit the composer.json
file and run the following:
$ php composer.phar update
To see Svelte in action, you can boot up a local server using the following:
$ php -S localhost:8000
Now, visit http://localhost:8000/
in your browser.
Svelte uses Idiorm ORM to setup and query a Database. You can read more about Idiorm here.
Svelte is licensed MIT
Copyright (c) 2014 Charlie Hield