|
1 | 1 | ## Laravel Auth
|
2 | 2 |
|
3 |
| -#### Laravel Auth is a Complete Build of Laravel 8 with Email Registration Verification, Social Authentication, User Roles and Permissions, User Profiles, and Admin restricted user management system. Built on Bootstrap 4. |
| 3 | +#### Laravel Auth is a Complete Build of Laravel 10 with Email Registration Verification, Social Authentication, User Roles and Permissions, User Profiles, and Admin restricted user management system. Built on Bootstrap 4. |
4 | 4 |
|
5 | 5 | [](https://travis-ci.org/jeremykenedy/laravel-auth)
|
6 | 6 | [](https://styleci.io/repos/44714043)
|
@@ -54,15 +54,15 @@ If you like this, you will love [Laravel Auth Spa](https://github.com/jeremykene
|
54 | 54 |
|
55 | 55 | ### About
|
56 | 56 |
|
57 |
| -Laravel 8 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses official [Bootstrap 4](https://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. Project can be stood up in minutes. |
| 57 | +Laravel 10 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses official [Bootstrap 4](https://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. Project can be stood up in minutes. |
58 | 58 |
|
59 | 59 | ### Features
|
60 | 60 |
|
61 |
| -#### A [Laravel](https://laravel.com/) 8.x with [Bootstrap](https://getbootstrap.com) 4.x project. |
| 61 | +#### A [Laravel](https://laravel.com/) 10 with [Bootstrap](https://getbootstrap.com) 4.x project. |
62 | 62 |
|
63 | 63 | | Laravel Auth Features |
|
64 | 64 | | :--------------------------------------------------------------------------------------------------------------------------------------------------- |
|
65 |
| -| Built on [Laravel](https://laravel.com/) 8 | |
| 65 | +| Built on [Laravel](https://laravel.com/) 10 | |
66 | 66 | | Built on [Bootstrap](https://getbootstrap.com/) 4 |
|
67 | 67 | | Uses [MySQL](https://github.com/mysql) Database (can be changed) |
|
68 | 68 | | Uses [Artisan](https://laravel.com/docs/master/artisan) to manage database migration, schema creations, and create/publish page controller templates |
|
@@ -635,6 +635,8 @@ INSTAGRAM_REDIRECT_URI=https://YOURWEBURLHERE.COM/social/handle/instagram
|
635 | 635 |
|
636 | 636 | ###### Updates:
|
637 | 637 |
|
| 638 | +- Update to Laravel 10 (Major Changes) |
| 639 | +- Update to Laravel 9 |
638 | 640 | - Update to Laravel 8
|
639 | 641 | - Update to Laravel 7 [See changes in this PR](https://github.com/jeremykenedy/laravel-auth/pull/348/files)
|
640 | 642 | - Update to Laravel 6
|
@@ -1111,7 +1113,7 @@ Before opening an issue there are a couple of considerations:
|
1111 | 1113 |
|
1112 | 1114 | ### Laravel Auth License
|
1113 | 1115 |
|
1114 |
| -Laravel-auth is licensed under the [MIT license](https://opensource.org/licenses/MIT). Enjoy! |
| 1116 | +Licensed under the [MIT license](https://opensource.org/licenses/MIT). Enjoy! |
1115 | 1117 |
|
1116 | 1118 | ### Contributors
|
1117 | 1119 |
|
|
0 commit comments