Skip to content

Installation

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

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

composer require davestewart/sketchpad

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