Ryuta Hamasaki

Results 5 comments of Ryuta Hamasaki

@boxxroom Thank you for watching the talk! I also got inspired by Luke's talk about actions and I think contracts in my talk can be implemented as actions as well....

@omarherri Thank you for watching my talk! I haven't tried this approach myself, but you might want to look into [laravel-modules](https://nwidart.com/laravel-modules/) package. I'm not too sure if you can extract...

@robsontenorio Thanks for watching my talk! I think it's considered a violation since the `OrderLine` directly accesses the `Product` model which would expose all the properties and functionalities of the...

@ashourms Thank you for watching the talk! Basically, a model shouldn't have relationships with models of different modules. If a module needs to get data from different modules, we need...

> Hi @avosalmon i liked you talk on laracononline of 2year ago. And i face the same problem, i have a Item model in Inventory model that has relation with...