|
1 |
| -# About Laravel-Starter |
2 |
| -This Starter Application acts as starting point for application |
3 |
| -development. A lot of things which needs to be taken care of during REST API Development are already present here. |
4 |
| - |
5 |
| -Following are the list of things taken care of: |
6 |
| -- JWT pre-installed. |
7 |
| -- Authentication APIs are ready to use. |
8 |
| -- Consistent Response in all APIs and Exception Handling |
9 |
| -- Registration API. |
10 |
| -- Email Verification APIs. |
11 |
| -- API Logging. |
12 |
| -- Backup automation and management. |
| 1 | +# About Laravel-Examples |
| 2 | +This application contains examples with screencasts explaining them. It is built on top of [Laravel Starter Application](https://github.com/csinghdev/laravel-starter) but you can follow them for any Laravel App. |
| 3 | + |
| 4 | +Examples included: |
| 5 | +- Create Custom Artisan Command |
13 | 6 |
|
14 | 7 | ## Want to do it yourself?
|
15 | 8 | Here is the list of video tutorials you can follow to do it by yourself.
|
16 | 9 |
|
17 |
| -- Create a new Laravel Project |
18 |
| - |
19 |
| -[](https://www.youtube.com/watch?v=MB2Dv1hqwJE) |
20 |
| --- |
21 |
| -- JWT installation and Setup |
22 |
| - |
23 |
| -[](https://www.youtube.com/watch?v=40g0vEXOFrU) |
24 |
| --- |
25 |
| -- Auth APIs using JWT |
26 |
| - |
27 |
| -[](https://www.youtube.com/watch?v=CKqRX9CBljU) |
28 |
| --- |
29 |
| -- Consistent Response in REST APIs - Part I |
30 |
| - |
31 |
| -[](https://www.youtube.com/watch?v=qNhD7DhSGzQ) |
32 |
| --- |
33 |
| -- Consistent Response in REST APIs - Part II (Exception Handling) |
34 |
| - |
35 |
| -[](https://www.youtube.com/watch?v=4BT4NtpZDLU) |
36 |
| --- |
37 |
| -- Registration API |
38 |
| - |
39 |
| -[](https://www.youtube.com/watch?v=LChQQtdfSdY) |
40 |
| --- |
41 |
| -- Email Verification APIs |
42 |
| - |
43 |
| -[](https://www.youtube.com/watch?v=xIdFl155YvA) |
44 |
| --- |
45 |
| -- API Logging Using middleware |
| 10 | +- Create Custom Artisan Command |
46 | 11 |
|
47 |
| -[](https://www.youtube.com/watch?v=zIHDOjz1SR4) |
| 12 | +[](https://www.youtube.com/watch?v=Ik927SLPTi0) |
48 | 13 | --
|
49 |
| -- Backup automation and management |
50 |
| - |
51 |
| -[](https://www.youtube.com/watch?v=11ECvHYMfRY) |
52 | 14 |
|
53 | 15 | ## Doing it on MacOS?
|
54 | 16 | 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