Skip to content

coswat/image-upload-api

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages