Releases: jeremykenedy/laravel-auth
Releases · jeremykenedy/laravel-auth
v1.1-laravel-auth
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 to stand up the app.
| Laravel-Auth Features |
|---|
| Built on Laravel 5.2 |
| Uses MySQL Database |
| Uses Artisan to manage database migration, schema creations, and create/publish page controller templates |
| Dependencies are managed with COMPOSER |
| Laravel Scaffolding User and Administrator Authentication. |
| User Socialite Logins ready to go - See API list used below |
| Google Maps API v3 for User Location lookup and Geocoding |
| CRUD (Create, Read, Update, Delete) User Management |
| Google Captcha Protection with Google API |
| User Registration with email verification |
| Capture IP to users table upon signup |
| User Password Reset via Email Token |
| User Login with remember password |
| User roles implementation |
| Eloquent user profiles |
| Custom 404 Page |
This release is v1.1 due to the project being migrated from using Laravel 5.1 to 5.2. This is the initial official release.