Skip to content

Instantly share code, notes, and snippets.

View ItsSalman99's full-sized avatar
🎯
Focusing

Salman Abbas (سلیمان) ItsSalman99

🎯
Focusing
View GitHub Profile
@ItsSalman99
ItsSalman99 / php
Created January 15, 2025 20:47
Image Upload Code (PHP LARAVEL)
<?php
namespace App\Traits;
trait ImageUploadTrait
{
function upload_image($path, $file)
{
// dd($uploaded_file);