Skip to content

Installation

Dave Stewart edited this page Apr 3, 2017 · 19 revisions

To install the package, run the following from your site's root directory:

composer require davestewart/sketchpad:^1.0.0@RC2

If you want to update an existing installation, update your composer.json then run composer update:

"davestewart/sketchpad": "1.0.0-rc2"

Once installed, you'll need to add a reference to the Sketchpad service provider in your app config, found at config/app.php.

At the bottom of the entry to providers add the following entry:

davestewart\sketchpad\SketchpadServiceProvider::class

Now, load your site and visit the top-level URL sketchpad/, i.e.:

http://yoursite.dev/sketchpad/

The Sketchpad Setup page should load, and you will be able to configure paths, after which the application should install.

If you get any errors, the installer will attempt to help you through them.

Clone this wiki locally