Handling media in a Laravel application - Freek van der Herten

In most kind of projects you’re going to let a user upload all sorts of images and files. Storing those files, associating them with models, creating thumbnails for them, optimizing images, can be a lot of (boring) work. Luckily laravel-medialibrary can do all that for you. In talk you’ll see a practical demo of how to get started with the medialibrary. You’ll learn how to store files, generate urls to them, how to use different image profiles, how to use external filesystems to store big assets, generate r
Back to Top