richardhinkamp / bolt-skeleton
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
Requires
- bolt/bolt: ~1.5
- erusev/parsedown: dev-master
- garetjax/phpbrowscap: dev-master
- hautelook/phpass: dev-master
- ircmaxell/random-lib: 1.0.*@dev
This package is not auto-updated.
Last update: 2022-04-25 02:47:30 UTC
README
A skeleton for websites using Bolt.
- 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.