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
+32-26
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
## Laravel-Auth
1
+
## LaravelAuth
2
2
3
-
#### Laravel-Auth is a Complete Build of Laravel 6 with Email Registration Verification, Social Authentication, User Roles and Permissions, User Profiles, and Admin restricted user management system. Built on Bootstrap 4.
3
+
#### LaravelAuth is a Complete Build of Laravel 7 with Email Registration Verification, Social Authentication, User Roles and Permissions, User Profiles, and Admin restricted user management system. Built on Bootstrap 4.
Laravel 6.0 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.
54
+
Laravel 7 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.
55
55
56
56
### Features
57
-
#### A [Laravel](https://laravel.com/)6.0.x with minimal [Bootstrap](https://getbootstrap.com) 4.0.x project.
57
+
#### A [Laravel](https://laravel.com/)7.x with [Bootstrap](https://getbootstrap.com) 4.x project.
58
58
59
-
| Laravel-Auth Features |
59
+
| LaravelAuth Features |
60
60
| :------------ |
61
-
|Built on [Laravel](https://laravel.com/)6.0|
61
+
|Built on [Laravel](https://laravel.com/)7.0|
62
62
|Built on [Bootstrap](https://getbootstrap.com/) 4|
63
63
|Uses [MySQL](https://github.com/mysql) Database (can be changed)|
64
-
|Uses [Artisan](https://laravel.com/docs/6.x/artisan) to manage database migration, schema creations, and create/publish page controller templates|
64
+
|Uses [Artisan](https://laravel.com/docs/master/artisan) to manage database migration, schema creations, and create/publish page controller templates|
65
65
|Dependencies are managed with [COMPOSER](https://getcomposer.org/)|
66
66
|Laravel Scaffolding **User** and **Administrator Authentication**.|
67
67
|User [Socialite Logins](https://github.com/laravel/socialite) ready to go - See API list used below|
68
68
|[Google Maps API v3](https://developers.google.com/maps/documentation/javascript/) for User Location lookup and Geocoding|
2. From the projects root folder run `yarn run dev` or `yarn run production`
134
134
* You can watch assets with `yarn run watch`
135
135
136
+
##### Using NPM:
137
+
1. From the projects root folder run `npm install`
138
+
2. From the projects root folder run `npm run dev` or `npm run production`
139
+
* You can watch assets with `npm run watch`
140
+
136
141
#### Optionally Build Cache
137
142
1. From the projects root folder run `php artisan config:cache`
138
143
139
-
###### And thats it with the caveat of setting up and configuring your development environment. I recommend [Laravel Homestead](https://laravel.com/docs/6.x/homestead)
144
+
###### And thats it with the caveat of setting up and configuring your development environment. I recommend [Laravel Homestead](https://laravel.com/docs/master/homestead)
0 commit comments