Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suresh-ramani/larasanctum-api
API Authentication using Laravel Sanctum
https://github.com/suresh-ramani/larasanctum-api
json laravel laravel-sanctum laravel-sanctum-token restapi sanctum
Last synced: 7 days ago
JSON representation
API Authentication using Laravel Sanctum
- Host: GitHub
- URL: https://github.com/suresh-ramani/larasanctum-api
- Owner: suresh-ramani
- Created: 2021-04-09T21:05:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-11T08:15:25.000Z (almost 4 years ago)
- Last Synced: 2024-11-12T09:28:30.826Z (2 months ago)
- Topics: json, laravel, laravel-sanctum, laravel-sanctum-token, restapi, sanctum
- Language: PHP
- Homepage: https://techvblogs.com
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API Authentication using Laravel Sanctum
### [Visit Blog](https://techvblogs.com/blog/api-authentication-laravel-sanctum?ref=repo)
#### Install Packages
```
composer install
```#### Copy .env file
```
cp .env.example .env
```#### Set Database Detail
#### Start Laravel Project
```
php artisan serve
```# Connect with Us
- [Site](https://techvblogs.com/?ref=githubrepo)
- [Twitter](https://twitter.com/techvblogs)
- [Facebook](https://facebook.com/techvblogs)