svelte Svelte Themes

Svelte

a Slim Framework boilerplate

Svelte

a Slim Framework boilerplate.

Installation

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

Adding packages

You can find packages on packagist.org. To add packages, edit the composer.json file and run the following:

$ php composer.phar update

Run a server

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.

Database

Svelte uses Idiorm ORM to setup and query a Database. You can read more about Idiorm here.

License

Svelte is licensed MIT


Copyright (c) 2014 Charlie Hield

Top categories

Loading Svelte Themes