silex-spear/skeleton

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

Installs: 63

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 6

Forks: 3

Type:project

dev-master 2016-07-27 20:01 UTC

This package is not auto-updated.

Last update: 2024-08-31 18:06:29 UTC


README

##Installation

curl -sS https://getcomposer.org/installer | php
php composer.phar create-project silex-spear/skeleton myProject dev-master
cd myProject/
./start
cd www/
php -S localhost:8080

When installation is finished, you can access to the website on this address : http://localhost:8080/.