Skip to content

Instantly share code, notes, and snippets.

View cybernerdie's full-sized avatar
🏠
Working from home

Joshua Paul cybernerdie

🏠
Working from home
View GitHub Profile
@cybernerdie
cybernerdie / CloudinaryController.php
Last active February 17, 2023 09:13
Upload image to cloudinary in Laravel
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Http;
class CloudinaryController extends Controller