Skip to content

Commit ae56673

Browse files
Update README.md
1 parent 3774131 commit ae56673

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

‎README.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,27 @@
1-
# Laravel-10-REST-API-With-Passport-Authentication
2-
In this article, we will see the laravel 10 REST API with passport authentication. Here, we will learn about how to create REST API in laravel 10.
1+
# Laravel 10 REST API With Passport Authentication
2+
3+
In this article, we will see the laravel 10 REST API with passport authentication. Here, we will learn about how to create REST API in laravel 10. Also, we will perform CRUD operations with laravel 10 REST API. REST API is an application program interface that uses HTTP requests to GET, PUT, POST, and DELETE data.
4+
5+
Laravel provides an easy way to create API. If you have authentication in your mobile app then you can easily do it using the passport. Laravel Passport provides a way to create auth tokens for validating users. If your application absolutely needs to support OAuth2, then you should use Laravel Passport.
6+
7+
So, let's see REST API with passport authentication in laravel 10, laravel 10 passport API authentication, laravel REST API example, laravel passport API authentication, create REST API in laravel 10 with authentication using passport, and laravel passport API example.
8+
9+
Table of Content:
10+
11+
```
12+
Step 1: Install Laravel 10
13+
14+
Step 2: Install Passport Using Composer
15+
16+
Step 3: Passport Configuration
17+
18+
Step 4: Add Table and Model
19+
20+
Step 5: Create API Routes
21+
22+
Step 6: Create Controller
23+
24+
Step 7: Create Eloquent API Resources
25+
```
26+
27+
### [Read More: Laravel 10 REST API With Passport Authentication](https://techsolutionstuff.com/post/laravel-10-rest-api-with-passport-authentication)

0 commit comments

Comments
 (0)