Skip to content

Commit e6232f8

Browse files
committed
readme updated
1 parent 9280e55 commit e6232f8

File tree

1 file changed

+7
-45
lines changed

1 file changed

+7
-45
lines changed

README.md

Lines changed: 7 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,16 @@
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
136

147
## Want to do it yourself?
158
Here is the list of video tutorials you can follow to do it by yourself.
169

17-
- Create a new Laravel Project
18-
19-
[![Create a new Laravel Project](https://img.youtube.com/vi/MB2Dv1hqwJE/0.jpg)](https://www.youtube.com/watch?v=MB2Dv1hqwJE)
20-
--
21-
- JWT installation and Setup
22-
23-
[![JWT installation and Setup](https://img.youtube.com/vi/40g0vEXOFrU/0.jpg)](https://www.youtube.com/watch?v=40g0vEXOFrU)
24-
--
25-
- Auth APIs using JWT
26-
27-
[![Auth APIs using JWT](https://img.youtube.com/vi/CKqRX9CBljU/0.jpg)](https://www.youtube.com/watch?v=CKqRX9CBljU)
28-
--
29-
- Consistent Response in REST APIs - Part I
30-
31-
[![Consistent Response in REST APIs - Part I](https://img.youtube.com/vi/qNhD7DhSGzQ/0.jpg)](https://www.youtube.com/watch?v=qNhD7DhSGzQ)
32-
--
33-
- Consistent Response in REST APIs - Part II (Exception Handling)
34-
35-
[![Consistent Response in REST APIs - Part II](https://img.youtube.com/vi/4BT4NtpZDLU/0.jpg)](https://www.youtube.com/watch?v=4BT4NtpZDLU)
36-
--
37-
- Registration API
38-
39-
[![Using form request in REST APIs](https://img.youtube.com/vi/LChQQtdfSdY/0.jpg)](https://www.youtube.com/watch?v=LChQQtdfSdY)
40-
--
41-
- Email Verification APIs
42-
43-
[![Using form request in REST APIs](https://img.youtube.com/vi/xIdFl155YvA/0.jpg)](https://www.youtube.com/watch?v=xIdFl155YvA)
44-
--
45-
- API Logging Using middleware
10+
- Create Custom Artisan Command
4611

47-
[![API Logging Using middleware](https://img.youtube.com/vi/zIHDOjz1SR4/0.jpg)](https://www.youtube.com/watch?v=zIHDOjz1SR4)
12+
[![Create Custom Artisan Command](https://img.youtube.com/vi/Ik927SLPTi0/0.jpg)](https://www.youtube.com/watch?v=Ik927SLPTi0)
4813
--
49-
- Backup automation and management
50-
51-
[![Backup](https://img.youtube.com/vi/11ECvHYMfRY/0.jpg)](https://www.youtube.com/watch?v=11ECvHYMfRY)
5214

5315
## Doing it on MacOS?
5416
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

Comments
 (0)