Adding a new feature to Laravel Valet, with Marcel Pociot | Matt Stauffer Livestream

Follow along with my Livestream as Marcel Pociot and I work together on a new feature in Laravel Valet. In this episode, we: - Discussed how to create a “fallback” or “default” app to be shown in Valet - Built a Laravel app for this - Required Valet in the app - Tweaked Valet a bit to work in a Laravel app - Got a list of all linked and parked sites - Mapped sites into Site class, links to a site into Link class - Built out accessors for all basic info in those classes - Stubbed tests - Built out more complex accessors for: - contents - PHP constraints - Driver that matches this site Episode notes: --- 🛣️ What are these streams? Coding, out loud, together. We’re building real applications, live, in real time. I can’t promise that NO code will happen on these projects between streams, but everything you see on these streams is really what it’s like to write web applications, primarily in Laravel and Vu
Back to Top