@@ -3,13 +3,15 @@ This Starter Application acts as starting point for application
3
3
development. A lot of things which needs to be taken care of during REST API Development are already present here.
4
4
5
5
Following are the list of things taken care of:
6
- - JWT pre-installed.
7
- - Authentication APIs are ready to use.
6
+ - JWT pre-installed
7
+ - Authentication APIs are ready to use
8
8
- Consistent Response in all APIs and Exception Handling
9
- - Registration API.
10
- - Email Verification APIs.
11
- - API Logging.
12
- - Backup automation and management.
9
+ - Registration API
10
+ - Email Verification APIs
11
+ - Forgot Password APIs
12
+ - API Logging
13
+ - Backup automation and management
14
+ - Laravel Telescope for debugging in local environment
13
15
14
16
## Want to do it yourself?
15
17
Here is the list of video tutorials you can follow to do it by yourself.
@@ -42,13 +44,21 @@ Here is the list of video tutorials you can follow to do it by yourself.
42
44
43
45
[ ![ Using form request in REST APIs] ( https://img.youtube.com/vi/xIdFl155YvA/0.jpg )] ( https://www.youtube.com/watch?v=xIdFl155YvA )
44
46
--
47
+ - Forgot Password APIs
48
+
49
+ [ ![ Forgot Password APIs] ( https://img.youtube.com/vi/0FCkS-gqA_c/0.jpg )] ( https://www.youtube.com/watch?v=0FCkS-gqA_c )
50
+ --
45
51
- API Logging Using middleware
46
52
47
53
[ ![ API Logging Using middleware] ( https://img.youtube.com/vi/zIHDOjz1SR4/0.jpg )] ( https://www.youtube.com/watch?v=zIHDOjz1SR4 )
48
54
--
49
55
- Backup automation and management
50
56
51
57
[ ![ Backup] ( https://img.youtube.com/vi/11ECvHYMfRY/0.jpg )] ( https://www.youtube.com/watch?v=11ECvHYMfRY )
58
+ --
59
+ - Laravel Telescope for debugging in local environment
60
+
61
+ [ ![ Laravel Telescope for debugging in local environment] ( https://img.youtube.com/vi/gpfEaKr3y9Q/0.jpg )] ( https://www.youtube.com/watch?v=gpfEaKr3y9Q )
52
62
53
63
## Doing it on MacOS?
54
64
Here is a simple video to setup Laravel application environment on MacOS using [ Valet] ( https://laravel.com/docs/7.x/valet#introduction ) .
0 commit comments