Laravel App Architecture 5 - The Repository Pattern

preview_player
Показать описание
We can bind an implementation to an interface in the IoC container, and when this interface is injected into our controller it will be automatically resolved for us. Creating IoC bindings and coding to abstractions will allow us to rapidly switch implementations in the future if required.

Рекомендации по теме
Комментарии
Автор

These are some of the best screencasts on laravel application architecture. Hope you do more of these

AmitErandole
Автор

Awesome tutorial, really cleared things up a ton for me!

Babeman
Автор

Nice and clear example, the only problem I had was the screen swiping which made me rewind a few times.

FlamerOHR
Автор

Do you use Domain Driven Design in building this application?

janicknorman
Автор

One of the best screencast on Laravel Repository pattern. do you have any text  based tuts laravel 5 ? by the way Laravel 5 was published in 2015 :)
Thanks.

GopalaKrishnaMosali
Автор

amazing vid, but it's kinda bloated for just normal developer ^^

ehguacho
Автор

It's like "OK, I have this working, but I will create an abstraction layer just because I can". The web is moving faster than this JAVA nonsense.

mirkoakov