Skip to content

Commit

Permalink
added Laravel 3 Installation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBrazier committed Jan 15, 2014
1 parent 3dea0a5 commit 6e86939
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/installation-l3.rst
@@ -0,0 +1,22 @@
Laravel 3 Installation
======================

1. Install using Artisan, or download the zipball from GitHub
::

php artisan bundle:install piwik
or
::

git clone https://github.com/RobBrazier/Laravel-Piwik.git piwik

2. Add laravel-piwik to your bundles.php
::

'piwik' => array('auto'=>true, 'handles'=>'piwik_install'),

and go to http://yourdomain.com/piwik_install

This is a user-friendly way to fill out the config file, just because I thought that'd be nice :)

(Incase you're wondering, `here <http://cl.ly/image/Kddc>`_'s a screenshot).

0 comments on commit 6e86939

Please sign in to comment.