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.
dev-master
2016-07-27 20:01 UTC
Requires
- fortawesome/font-awesome: ~4.3
- lebris/muffin: ~1.2
- niktux/karma: ~5.3
- oyejorge/less.php: ~1.7
- puzzle/configuration: ~1.7
- silex-spear/application: ~1.0
- silex-spear/assetic-provider: ~1.0
- silex-spear/dbal-provider: ~2.0
- silex-spear/twig-provider: ~1.0
- silex/silex: ~1.2
- symfony/console: ~2.6
- symfony/twig-bridge: ~2.6
- twbs/bootstrap: ~3.3
Requires (Dev)
- phpunit/phpunit: ~4.5
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/.