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 e789786

Browse files
read me updated
1 parent cbb62fa commit e789786

File tree

1 file changed

+42
-8
lines changed

1 file changed

+42
-8
lines changed

‎README.md‎

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,45 @@
1-
<p align="center"><img src="https://res.cloudinary.com/dtfbvvkyp/image/upload/v1566331377/laravel-logolockup-cmyk-red.svg" width="400"></p>
2-
3-
<p align="center">
4-
<a href="https://travis-ci.org/laravel/framework"><img src="https://travis-ci.org/laravel/framework.svg" alt="Build Status"></a>
5-
<a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/d/total.svg" alt="Total Downloads"></a>
6-
<a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/v/stable.svg" alt="Latest Stable Version"></a>
7-
<a href="https://packagist.org/packages/laravel/framework"><img src="https://poser.pugx.org/laravel/framework/license.svg" alt="License"></a>
8-
</p>
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+
11+
## Want to do it yourself?
12+
Here is the list of video tutorials you can follow to do it by yourself.
13+
14+
- Create a new Laravel Project
15+
16+
[![Create a new Laravel Project](https://img.youtube.com/vi/MB2Dv1hqwJE/0.jpg)](https://www.youtube.com/watch?v=MB2Dv1hqwJE)
17+
--
18+
- JWT installation and Setup
19+
20+
[![JWT installation and Setup](https://img.youtube.com/vi/40g0vEXOFrU/0.jpg)](https://www.youtube.com/watch?v=40g0vEXOFrU)
21+
--
22+
- Auth APIs using JWT
23+
24+
[![Auth APIs using JWT](https://img.youtube.com/vi/CKqRX9CBljU/0.jpg)](https://www.youtube.com/watch?v=CKqRX9CBljU)
25+
--
26+
- Consistent Response in REST APIs - Part I
27+
28+
[![Consistent Response in REST APIs - Part I](https://img.youtube.com/vi/qNhD7DhSGzQ/0.jpg)](https://www.youtube.com/watch?v=qNhD7DhSGzQ)
29+
--
30+
- Consistent Response in REST APIs - Part II (Exception Handling)
31+
32+
[![Consistent Response in REST APIs - Part II](https://img.youtube.com/vi/4BT4NtpZDLU/0.jpg)](https://www.youtube.com/watch?v=4BT4NtpZDLU)
33+
--
34+
- Registration API
35+
36+
[![Using form request in REST APIs](https://img.youtube.com/vi/LChQQtdfSdY/0.jpg)](https://www.youtube.com/watch?v=LChQQtdfSdY)
37+
38+
39+
## Doing it on MacOS?
40+
Here is a simple video to setup Laravel application environment on MacOS using [Valet](https://laravel.com/docs/7.x/valet#introduction).
41+
42+
[![Install Valet on Mac](https://img.youtube.com/vi/qN-QmeMm1vE/0.jpg)](https://www.youtube.com/watch?v=qN-QmeMm1vE)
943

1044
## About Laravel
1145

0 commit comments

Comments
(0)

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