Skip to content

Instantly share code, notes, and snippets.

View cybernerdie's full-sized avatar
🌜
Software Engineer

Joshua Paul cybernerdie

🌜
Software Engineer
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