Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kemalyen/laravel-sanctum
https://github.com/kemalyen/laravel-sanctum
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kemalyen/laravel-sanctum
- Owner: kemalyen
- Created: 2023-05-09T19:07:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-03T09:39:18.000Z (over 1 year ago)
- Last Synced: 2024-11-08T07:16:36.624Z (2 months ago)
- Language: PHP
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Implementation of Laravel Santum API
Login, register and CRUD API endpoints for a sample product resource.
To run Product API test
```ssh
php artisan test --group=product
```## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).