Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/majid-razzaq/crud-api-app-with-authentication-using-laravel-sanctum
A Laravel 11 API CRUD application with authentication using Laravel Sanctum, enabling secure resource management and user access control.
https://github.com/majid-razzaq/crud-api-app-with-authentication-using-laravel-sanctum
authentication database-management laravel laravel-sanctum laravel-sanctum-api-auth-with-token laravel-sanctum-token laravel11 mysql-database rest-api sanctum sanctum-api sanctum-authentication user-authentication
Last synced: 29 days ago
JSON representation
A Laravel 11 API CRUD application with authentication using Laravel Sanctum, enabling secure resource management and user access control.
- Host: GitHub
- URL: https://github.com/majid-razzaq/crud-api-app-with-authentication-using-laravel-sanctum
- Owner: Majid-Razzaq
- Created: 2024-09-16T16:05:53.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T08:34:27.000Z (about 2 months ago)
- Last Synced: 2024-10-15T17:39:20.184Z (29 days ago)
- Topics: authentication, database-management, laravel, laravel-sanctum, laravel-sanctum-api-auth-with-token, laravel-sanctum-token, laravel11, mysql-database, rest-api, sanctum, sanctum-api, sanctum-authentication, user-authentication
- Language: PHP
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## API Authentication using Laravel Sanctum
## Requirements
- Laravel 11
- PHP 8.1
- Composer 2.x## Getting Started
- Clone the repository.
- Run composer install to install dependencies.
- Change the .env.example to .env and add your database info
- Set up your database configuration in the .env file.
- Run php artisan migrate to set up the necessary tables.
- Implement and customize as needed.```javascript
composer install
``````javascript
php artisan migrate
```