Skip to content

Releases: jeremykenedy/laravel-auth

Bootstrap 4 Update

03 Jun 02:51
Compare
Choose a tag to compare

Updated to Bootstrap 4 official release.

v4.0.1

03 Jun 02:25
Compare
Choose a tag to compare
search feature

v3.0.5

07 Jan 11:39
Compare
Choose a tag to compare
Add Features

v3.0.1

10 Sep 06:54
Compare
Choose a tag to compare
bug fixes

v3.0.0

04 Sep 11:47
Compare
Choose a tag to compare
update to Laravel 5.5

v2.0.7

20 Apr 06:45
Compare
Choose a tag to compare
added user features

Laravel Auth 2.0.3

05 Apr 16:12
Compare
Choose a tag to compare

Laravel-Auth is a Complete Build of Laravel 5.4 with Email Registration Verifivation, Social Authentication, User Roles and Permissions, User Profiles, and Admin restricted user managment system.

License Build Status

Laravel 5.4 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.

A Laravel 5.4.x with Bootstrap 3.7.x project.
Laravel-Auth Features
Built on Laravel 5.4
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) Themes Management
CRUD (Create, Read, Update, Delete) User Management
Robust Laravel Logging with admin UI using MonoLog
Google Captcha Protection with Google API
User Registration with email verification
Makes us of Laravel Mix to compile assets
Makes use of Language Localization Files
Active Nav states using Laravel Requests
Restrict User Email Activation Attemts
Capture IP to users table upon signup
Uses Laravel Debugger for development
User Avatar Image AJAX Upload with Dropzone.js
User Gravatar using Gravatar API
User Password Reset via Email Token
User Login with remember password
User roles implementation
Admin Routing Details UI
Admin PHP Information UI
Eloquent user profiles
User Themes
404 Page
403 Page

Laravel Auth 2.0

18 Mar 21:14
Compare
Choose a tag to compare

Laravel-Auth is a Complete Build of Laravel 5.4 with Email Registration Verifivation, Social Authentication, User Roles and Permissions, User Profiles, and Admin restricted user managment system.

License Build Status

Laravel 5.4 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.

A Laravel 5.4.x with minimal Bootstrap 3.7.x project.
Laravel-Auth Features
Built on Laravel 5.4
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
Makes us of Laravel Mix to compile assets
Makes use of Language Localization Files
Restrict User Email Activation Attemts
Capture IP to users table upon signup
User Password Reset via Email Token
User Login with remember password
User roles implementation
Eloquent user profiles
404 Page
403 Page

v1.1-laravel-auth

19 Jun 00:07
Compare
Choose a tag to compare

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.