Skip to content

Commit

Permalink
Instructions for 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reportico-web committed Jun 25, 2015
1 parent 943eda3 commit 61322a7
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,29 @@ then publish the config and the assets with:-

php artisan vendor:publish

then you need to exclude reportico from session token validation by editing:-

```
app/Http/Middleware/VerifyCsrfToken.php
```

and adding into the $except array:-

protected $except = [
//
...
'reportico/*',
];
```
and point your browser at
http://laravel_url/public/index.php/reportico
then follow the instructions in the link below
then follow the instructions in the link below :-
Quickstart and Documentation
============================
Expand Down

0 comments on commit 61322a7

Please sign in to comment.