Skip to content

Commit b2a06a3

Browse files
committed
update readme
1 parent c3ea3b5 commit b2a06a3

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Laravel Auth
22

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.
44

55
[![Build Status](https://travis-ci.org/jeremykenedy/laravel-auth.svg?branch=master)](https://travis-ci.org/jeremykenedy/laravel-auth)
66
[![StyleCI](https://styleci.io/repos/44714043/shield?branch=master)](https://styleci.io/repos/44714043)
@@ -54,15 +54,15 @@ If you like this, you will love [Laravel Auth Spa](https://github.com/jeremykene
5454

5555
### About
5656

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.
5858

5959
### Features
6060

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.
6262

6363
| Laravel Auth Features |
6464
| :--------------------------------------------------------------------------------------------------------------------------------------------------- |
65-
| Built on [Laravel](https://laravel.com/) 8 |
65+
| Built on [Laravel](https://laravel.com/) 10 |
6666
| Built on [Bootstrap](https://getbootstrap.com/) 4 |
6767
| Uses [MySQL](https://github.com/mysql) Database (can be changed) |
6868
| 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
635635

636636
###### Updates:
637637

638+
- Update to Laravel 10 (Major Changes)
639+
- Update to Laravel 9
638640
- Update to Laravel 8
639641
- Update to Laravel 7 [See changes in this PR](https://github.com/jeremykenedy/laravel-auth/pull/348/files)
640642
- Update to Laravel 6
@@ -1111,7 +1113,7 @@ Before opening an issue there are a couple of considerations:
11111113

11121114
### Laravel Auth License
11131115

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!
11151117

11161118
### Contributors
11171119

0 commit comments

Comments
 (0)