Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7828d8a

Browse files
readme updated
1 parent d93ed2d commit 7828d8a

File tree

1 file changed

+17
-52
lines changed

1 file changed

+17
-52
lines changed

‎README.md‎

Lines changed: 17 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,23 @@ Following are the list of things taken care of:
1313
- Backup automation and management
1414
- Laravel Telescope for debugging in local environment
1515

16+
## Want to do it yourself?
17+
Here are the video tutorials you can follow to do it by yourself.
18+
19+
| | | |
20+
|:-------------------------:|:-------------------------:|:-------------------------:|
21+
|<a href="https://www.youtube.com/watch?v=MB2Dv1hqwJE"><img src="https://img.youtube.com/vi/MB2Dv1hqwJE/0.jpg"></a> Create a new Laravel Project|<a href="https://www.youtube.com/watch?v=40g0vEXOFrU"><img src="https://img.youtube.com/vi/40g0vEXOFrU/0.jpg"></a> JWT installation and Setup|<a href="https://www.youtube.com/watch?v=CKqRX9CBljU"><img src="https://img.youtube.com/vi/CKqRX9CBljU/0.jpg"></a> Auth APIs using JWT|
22+
|<a href="https://www.youtube.com/watch?v=qNhD7DhSGzQ"><img src="https://img.youtube.com/vi/qNhD7DhSGzQ/0.jpg"></a> Consistent Response in REST APIs - Part I|<a href="https://www.youtube.com/watch?v=4BT4NtpZDLU"><img src="https://img.youtube.com/vi/4BT4NtpZDLU/0.jpg"></a> Consistent Response in REST APIs - Part II|<a alt="Consistent Response in REST APIs - Part II (Exception Handling)" href="https://www.youtube.com/watch?v=LChQQtdfSdY"><img src="https://img.youtube.com/vi/LChQQtdfSdY/0.jpg"></a> Registration API|
23+
|<a href="https://www.youtube.com/watch?v=xIdFl155YvA"><img src="https://img.youtube.com/vi/xIdFl155YvA/0.jpg"></a> Email Verification APIs|<a href="https://www.youtube.com/watch?v=0FCkS-gqA_c"><img src="https://img.youtube.com/vi/0FCkS-gqA_c/0.jpg"></a> Forgot Password APIs|<a href="https://www.youtube.com/watch?v=zIHDOjz1SR4"><img src="https://img.youtube.com/vi/zIHDOjz1SR4/0.jpg"></a> API Logging Using middleware|
24+
|<a href="https://www.youtube.com/watch?v=11ECvHYMfRY"><img src="https://img.youtube.com/vi/11ECvHYMfRY/0.jpg"></a> Backup automation and management|<a href="https://www.youtube.com/watch?v=gpfEaKr3y9Q"><img src="https://img.youtube.com/vi/gpfEaKr3y9Q/0.jpg"></a> Laravel Telescope for debugging in local environment||
25+
26+
27+
## Doing it on MacOS?
28+
Here is a simple video to setup Laravel application environment on MacOS using [Valet](https://laravel.com/docs/7.x/valet#introduction).
29+
30+
[![Install Valet on Mac](https://img.youtube.com/vi/qN-QmeMm1vE/0.jpg)](https://www.youtube.com/watch?v=qN-QmeMm1vE)
31+
32+
1633
How to use?
1734
--
1835

@@ -35,58 +52,6 @@ Copy ``.env.example`` file:
3552
Configure ``.env`` file
3653

3754

38-
## Want to do it yourself?
39-
Here is the list of video tutorials you can follow to do it by yourself.
40-
41-
- Create a new Laravel Project
42-
43-
[![Create a new Laravel Project](https://img.youtube.com/vi/MB2Dv1hqwJE/0.jpg)](https://www.youtube.com/watch?v=MB2Dv1hqwJE)
44-
--
45-
- JWT installation and Setup
46-
47-
[![JWT installation and Setup](https://img.youtube.com/vi/40g0vEXOFrU/0.jpg)](https://www.youtube.com/watch?v=40g0vEXOFrU)
48-
--
49-
- Auth APIs using JWT
50-
51-
[![Auth APIs using JWT](https://img.youtube.com/vi/CKqRX9CBljU/0.jpg)](https://www.youtube.com/watch?v=CKqRX9CBljU)
52-
--
53-
- Consistent Response in REST APIs - Part I
54-
55-
[![Consistent Response in REST APIs - Part I](https://img.youtube.com/vi/qNhD7DhSGzQ/0.jpg)](https://www.youtube.com/watch?v=qNhD7DhSGzQ)
56-
--
57-
- Consistent Response in REST APIs - Part II (Exception Handling)
58-
59-
[![Consistent Response in REST APIs - Part II](https://img.youtube.com/vi/4BT4NtpZDLU/0.jpg)](https://www.youtube.com/watch?v=4BT4NtpZDLU)
60-
--
61-
- Registration API
62-
63-
[![Using form request in REST APIs](https://img.youtube.com/vi/LChQQtdfSdY/0.jpg)](https://www.youtube.com/watch?v=LChQQtdfSdY)
64-
--
65-
- Email Verification APIs
66-
67-
[![Using form request in REST APIs](https://img.youtube.com/vi/xIdFl155YvA/0.jpg)](https://www.youtube.com/watch?v=xIdFl155YvA)
68-
--
69-
- Forgot Password APIs
70-
71-
[![Forgot Password APIs](https://img.youtube.com/vi/0FCkS-gqA_c/0.jpg)](https://www.youtube.com/watch?v=0FCkS-gqA_c)
72-
--
73-
- API Logging Using middleware
74-
75-
[![API Logging Using middleware](https://img.youtube.com/vi/zIHDOjz1SR4/0.jpg)](https://www.youtube.com/watch?v=zIHDOjz1SR4)
76-
--
77-
- Backup automation and management
78-
79-
[![Backup](https://img.youtube.com/vi/11ECvHYMfRY/0.jpg)](https://www.youtube.com/watch?v=11ECvHYMfRY)
80-
--
81-
- Laravel Telescope for debugging in local environment
82-
83-
[![Laravel Telescope for debugging in local environment](https://img.youtube.com/vi/gpfEaKr3y9Q/0.jpg)](https://www.youtube.com/watch?v=gpfEaKr3y9Q)
84-
85-
## Doing it on MacOS?
86-
Here is a simple video to setup Laravel application environment on MacOS using [Valet](https://laravel.com/docs/7.x/valet#introduction).
87-
88-
[![Install Valet on Mac](https://img.youtube.com/vi/qN-QmeMm1vE/0.jpg)](https://www.youtube.com/watch?v=qN-QmeMm1vE)
89-
9055
## About Laravel
9156

9257
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /