Skip to content

Instantly share code, notes, and snippets.

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

Ricardo Valenzuela rvalenzuelaferrada

🏠
Working from home
View GitHub Profile
<?php
namespace App\Http\Controllers;
use App\Models\Post;
use DOMDocument;
use Illuminate\Support\Str;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Log;
use Illuminate\Support\Facades\Storage;