Ajoute la gallerie

On utilise une libraire pour créer les miniatures
Fix #4
This commit is contained in:
2020-03-10 13:09:05 +01:00
parent 99ec67affb
commit 7cec21bc21
10 changed files with 432 additions and 20 deletions

View File

@@ -118,6 +118,11 @@ class HomeController extends Controller
}
}
/**
* @param TagDetectorService $tag_detector
* @return mixed
* @throws \Exception
*/
public function store(TagDetectorService $tag_detector)
{
$user_id = Auth::user()->getAuthIdentifier();