rossriley / boltcomposer-webroot
There is no license information available for the latest version (2.0) of this package.
Handles an install of Bolt with public assets and Bolt assets in separate root directories.
2.0
2014-09-10 07:14 UTC
Requires
- bolt/bolt: dev-master
This package is not auto-updated.
Last update: 2024-11-19 02:29:51 UTC
README
###Install Bolt as a Web-Root Composer Package
This skeleton installs the Bolt app outside of the web root, with a public directory to handle public assets.
To install:
composer create-project rossriley/boltcomposer-webroot mybolt-project
Then navigate to /bolt
and you should see the first user setup screen.