this is what I want since long time ago and finally the team did it to me. Thank you so much for your effort time to make this such a wonderful video❤🔥
Thanks a lot 🙏 Dynamically will be difficult since we can't pass anything else than strings through the Attribute, but we could by default cache hashed method and attribute 🤔 yeah I like that. Great idea. (Christoph)
Thank you very very much for this package video, with sophisticated content to boot! I am always faced with the problem that I have two applications that are quite similar and I always have to develop the individual modules twice with little adaptations. Composer packages would certainly be the optimal solution, but while I can manage service providers, facades, migrations etc. quite well, I get stuck with the vue components at the latest... Is there any (professional) post on that?
We use version 11.x in a sass with more than 6 million users and we have no bugs related to the ORM, I believe that your codebase is poorly structured or developed
@lucasdasilvanepomuceno3975 dunno hence the name. bug. the orm can be exploit by not using filling and if you put it after middleware its loop endless till crash. that doesnt occour o n 8-10. same as redis::connection. at least thats what happened on sail
Couldn't have come out at a better time, great vid!
Awesome! (Christoph)
With this, I can bring my ideas to play. Thanks to Laravel team for this.
Yes you can and you should. All the best 👏 (Christoph)
Thanks Laravel Team for helping me to create my first Laravel packages.
Our pleasure! Love to hear that 👏 Congrats (Christoph)
this is what I want since long time ago and finally the team did it to me. Thank you so much for your effort time to make this such a wonderful video❤🔥
You're very welcome! Thank you so much 🙏 (Christoph)
High level master class!
Thanks a lot 🙏 (Christoph)
Wow! Great video, I've saved this one for future reference. I'd love more videos like this 👏
Awesome! Thank you! Appreciate it 🙏 (Christoph)
I just made my first laravel package recently that let's you to combine / debounce notifications, jobs and commands.
Congrats 👏 (Christoph)
Do you have an URL to check it out?
Will save this video for later to watch.
This is a ready great video - thanks! 🙏
Glad you enjoyed it! (Christoph)
Hey great video! I wonder if there is a way to set the cache key dinamically or by hashing the method's argument values.
Thanks a lot 🙏 Dynamically will be difficult since we can't pass anything else than strings through the Attribute, but we could by default cache hashed method and attribute 🤔 yeah I like that. Great idea. (Christoph)
Thank you very very much for this package video, with sophisticated content to boot! I am always faced with the problem that I have two applications that are quite similar and I always have to develop the individual modules twice with little adaptations. Composer packages would certainly be the optimal solution, but while I can manage service providers, facades, migrations etc. quite well, I get stuck with the vue components at the latest... Is there any (professional) post on that?
Hey, thanks a lot. Hmm good question, I never tried that and I don't know of any post about it sorry. (Christoph)
great video! 🔥🔥🔥
Thanks 🔥 (Christoph)
Tolles Video Christoph, Danke
Freut mich, danke dir auch! (Christoph)
Thats actually a geneius trait feature, I wish it existed in Laravel by default
Nice and interesting example. 🙂
Thanks! 😃 (Christoph)
This kind of content is priced in different ecosystem, here we can get it for free
❤️ (Christoph)
Thanks!
Welcome! (Christoph)
Long that's good ;d Thx!
11.x is nice with tons of bugs with ORM, redis, routing, middleware,etc. maybe fix it before released it?
We use version 11.x in a sass with more than 6 million users and we have no bugs related to the ORM, I believe that your codebase is poorly structured or developed
@lucasdasilvanepomuceno3975 dunno hence the name. bug. the orm can be exploit by not using filling and if you put it after middleware its loop endless till crash. that doesnt occour o n 8-10. same as redis::connection. at least thats what happened on sail
I sometimes wonder if people make simple apps since I just can't find the moment to use PHP comments as code
13:20 Couldn't you have just used is_a to check for the interface?
True that would work too, but I like the "implements" since it is a bit more focused on interfaces in the naming. (Christoph)
is there a github link?
Not yet, but coming soon 👍 (Christoph)
didn't make sense to me, looks high level
🎉❤
First 🥇
👏
@@LaravelPHP looking for a comprehensive video on multi-tenant as well