On the last day of the month there'll be another meetup. We're returning to the cosy offices of Wunderman Antwerp.

Wednesday 28th February 2018

20:00
0
Illuminate console applications with Laravel Zero
Talk by Nuno Maduro (30 minutes)

In this talk, we will see the features of Laravel Zero. We will learn the core ideas of the project, understanding not only how to use it, but also what are the key assumptions and motivations behind. The talk will have a live-coding session of 20 mins, where you will learn how to leverage Laravel Zero and Collision to make console applications.

21:00
0
Handling media in a Laravel application
Talk by Freek Van der Herten (50 minutes)

In most CMS 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 work. Luckily laravel-medialibrary can do all that for you. In this 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 and how to use external filesystems to store big assets. You'll all so see some exciting new features that will arrive in the upcoming v7 of the package.