Skip to content

Files

Latest commit

d159c2b · Feb 2, 2023

History

History
29 lines (25 loc) · 901 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 901 Bytes

image uploader api

simple image uploader api using laravel sanctum, if you find any bugs or errors you can let me know

Usage

Setup the repository

git clone https://github.com/coswat/image-upload.git
cd google-login
composer install
cp .env.example .env 
php artisan key:generate
php artisan cache:clear && php artisan config:clear 
php artisan serve 

Storage Setup

php artisan storage:link

api

http://127.0.0.1:8000/api/upload-image

api type = post

Animated footer bars


Back to top