You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+78-39Lines changed: 78 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -1,43 +1,27 @@
1
-
### Laravel-Auth is a Complete Build of Laravel 5.1 with FULL Email and Social Authentication - COMPLETE WORKING Implementation. [](https://packagist.org/packages/laravel/framework)
1
+
### Laravel-Auth is a Complete Build of Laravel 5.2 with FULL Email and Social Authentication - COMPLETE WORKING Implementation. []()
2
2
3
-
Laravel 5.1 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. Super easy setup, can be done in 15 minutes. It will take longer to obtain your Facebook, Twitter, and Google Plus API Keys than it will to set this up.
3
+
Laravel 5.2 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. Super easy setup, can be done in 15 minutes. It will take longer to obtain your Facebook, Twitter, and Google Plus API Keys than it will to set this up.
4
4
5
-
###### Updates:
6
-
* Added eloquent editable user profile
7
-
* Added IP Capture
8
-
* Added Google Maps API v3 for User Location lookup
9
-
* Added Google Maps API v3 for User Location Input Geocoding
10
-
* Added Google Maps API v3 for User Location Map with Options
11
-
* Added CRUD(Create, Read, Update, Delete) User Management
12
-
13
-
###### A [Laravel](http://laravel.com/) 5.1.x with minimal [Bootstrap](http://getbootstrap.com) 3.5.x project.
5
+
###### A [Laravel](http://laravel.com/) 5.2.x with minimal [Bootstrap](http://getbootstrap.com) 3.5.x project.
14
6
| Laravel-Auth Features |
15
7
| :------------ |
16
-
|Built on [Laravel](http://laravel.com/) 5.1|
8
+
|Built on [Laravel](http://laravel.com/) 5.2|
17
9
|Uses [MySQL](https://github.com/mysql) Database|
18
-
|Uses [Artisan](http://laravel.com/docs/5.1/artisan) to manage database migration, schema creations, and create/publish page controller templates|
10
+
|Uses [Artisan](http://laravel.com/docs/5.2/artisan) to manage database migration, schema creations, and create/publish page controller templates|
19
11
|Dependencies are managed with [COMPOSER](https://getcomposer.org/)|
20
12
|Laravel Scaffolding **User** and **Administrator Authentication**.|
13
+
|User Socialite Logins ready to go - See API list used below|
14
+
|Google Maps API v3 for User Location lookup and Geocoding|
15
+
|CRUD (Create, Read, Update, Delete) User Management|
16
+
|Google Captcha Protection with Google API|
21
17
|User Registration with email verification|
22
-
|User roles implementation|
23
-
|User Login with remember password|
24
-
|User Password Reset|
25
-
|User Socialite Logins ready to go - See API list below|
26
-
|Google Captcha Protection|
27
-
|Google Maps API v3 for User Location lookup|
28
-
|Google Maps API v3 for Geocoding user address|
29
-
|Google Maps API v3 for rendering user location map|
30
18
|Capture IP to users table upon signup|
19
+
|User Password Reset via Email Token|
20
+
|User Login with remember password|
21
+
|User roles implementation|
31
22
|Eloquent user profiles|
32
-
|CRUD (Create, Read, Update, Delete) User Management|
33
23
|Custom 404 Page|
34
24
35
-
| Next up on development |
36
-
| :------------ |
37
-
|Add User Gravatar <- This is currently done in [laravel-admin](https://github.com/jeremykenedy/laravel-admin)|
38
-
39
-
|Add User Location Geocoding and Map|
40
-
41
25
### Quick Project Setup
42
26
###### (Not including the dev environment)
43
27
1. Run `sudo git clone https://github.com/jeremykenedy/laravel-auth.git laravel-authentication`
@@ -69,13 +53,22 @@ And thats it with the caveat of setting up and configuring your development envi
69
53
*```/auth/register```
70
54
*```/password/email```
71
55
72
-
73
56
### Laravel-Authentication Alias Redirect URL's (routes)
74
57
*```/home```
58
+
*```/reset```
75
59
*```/login```
76
60
*```/logout```
77
61
*```/register```
78
-
*```/reset```
62
+
63
+
### Laravel-Authentication Profile Routes
64
+
*```/profile/{username}```
65
+
*```/profile/{username}/edit``` <- Editing in this view is limited to current user only.
0 commit comments