Laravel: How the sausage is made

Comments

Comments are closed.

Clint Priest at 15:36 on 20 Oct 2016

Excellent, very detailed live coding/examples, finished early.

Jason Brady at 15:56 on 20 Oct 2016

Lots of great examples, with time for questions and live (unscripted) coding at the end

Colin O'Dell at 11:16 on 21 Oct 2016

The example were excellent. Thanks for sharing!

Ben Johnson at 12:26 on 21 Oct 2016

This talk was a great introduction to Laravel. Showcasing everything that Laravel has to offer in the space of an hour is an impossible task, but Mr. Otwell fared well in this regard.

I've been working with Laravel for two years, so most of this information was review for me, but I did glean two very useful tips that made the session well worth attending. (Implicit binding in route definitions, and the ability to dependency-inject via type-hinting on any controller method, not just the constructor!)

Mr. Otwell's command over Laravel is absolute. At the end, I asked him several non-trivial questions regarding Laravel's IoC implementation and he live-coded his response and "nailed it"; very impressive. I really appreciated his willingness to answer my three-part question.