richardhinkamp/bolt-skeleton

This package is abandoned and no longer maintained. No replacement package was suggested.

Standard edition of Bolt install with Bolt as dependency

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 1

Open Issues: 0

Type:project

pkg:composer/richardhinkamp/bolt-skeleton

v1.5.1 2014-03-02 12:55 UTC

This package is not auto-updated.

Last update: 2022-04-25 02:47:30 UTC


README

A skeleton for websites using Bolt.

  1. Installing

You install a project based on this Bolt skeleton by using Composer.

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

curl -s http://getcomposer.org/installer | php

Then, use the create-project command to generate a new Bolt application:

php composer.phar create-project richardhinkamp/bolt-skeleton path/to/install

Composer will install a project with Bolt and all its dependencies under the path/to/install directory.