File tree 1 file changed +38
-1
lines changed
1 file changed +38
-1
lines changed Original file line number Diff line number Diff line change 1
1
laravel-sentry-tutorial
2
2
=======================
3
3
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
You can’t perform that action at this time.
0 commit comments