-
Notifications
You must be signed in to change notification settings - Fork 19
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
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.
EDIT: If setup fails running the example controller, drop into the console and run composer dumpautoload.