Skip to content

Commit e9a2410

Browse files
committed
Add README.md
1 parent dc2cdf0 commit e9a2410

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

README.md

+38-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,41 @@
11
laravel-sentry-tutorial
22
=======================
33

4-
Sentry walkthough tutorial for Laravel 3.2.1
4+
Sentry walkthough tutorial for Laravel 3.2.1
5+
6+
Installation
7+
------------
8+
9+
1. checkout the code from github
10+
11+
> git clone https://github.com/markwu/laravel-sentry-tutorial.git sentry-tutorual
12+
13+
2. Modif the following files for your need
14+
15+
Change to your own key
16+
> sentry-tutorial/application/appliation.php
17+
18+
Chenge yo your own database settings
19+
> sentry-tutorial/application/database.php
20+
21+
3. Migration
22+
23+
> php artisan migrate::install
24+
> php artisan migrate sentry
25+
26+
4. That's it. Now you can play the following url to test Sentry functionality
27+
28+
register a user
29+
> http://sentry-tutorial/register
30+
31+
activate a user
32+
> http://sentry-tutorial/activate
33+
34+
login
35+
> http://sentry-tutorial/login
36+
37+
reset your password
38+
> http://sentry-tutorial/reset
39+
40+
confirm the reset
41+
> http://sentry-tutorial/confirmation

0 commit comments

Comments
 (0)