|
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 | +[](https://www.youtube.com/watch?v=MB2Dv1hqwJE) |
| 17 | +-- |
| 18 | +- JWT installation and Setup |
| 19 | + |
| 20 | +[](https://www.youtube.com/watch?v=40g0vEXOFrU) |
| 21 | +-- |
| 22 | +- Auth APIs using JWT |
| 23 | + |
| 24 | +[](https://www.youtube.com/watch?v=CKqRX9CBljU) |
| 25 | +-- |
| 26 | +- Consistent Response in REST APIs - Part I |
| 27 | + |
| 28 | +[](https://www.youtube.com/watch?v=qNhD7DhSGzQ) |
| 29 | +-- |
| 30 | +- Consistent Response in REST APIs - Part II (Exception Handling) |
| 31 | + |
| 32 | +[](https://www.youtube.com/watch?v=4BT4NtpZDLU) |
| 33 | +-- |
| 34 | +- Registration API |
| 35 | + |
| 36 | +[](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 | +[](https://www.youtube.com/watch?v=qN-QmeMm1vE) |
9 | 43 |
|
10 | 44 | ## About Laravel
|
11 | 45 |
|
|
0 commit comments