Skip to content

Instantly share code, notes, and snippets.

View thomaspiedade's full-sized avatar
🎯
Focusing

Thomás Piedade thomaspiedade

🎯
Focusing
View GitHub Profile
<?php
class Thumb
{
private $proportional;
public function make(UploadedFile $file, $path , $name, $maxWidth, $maxHeight)
{
if (!File::isDirectory(public_path() . $path)) {
File::makeDirectory(public_path() . $path, $mode = 0777, true, true);