Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Laravel Logo


Build Status
Total Downloads
Latest Stable Version
License

## 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
```