How To Build a Laravel Package 📦

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ •

  • @zackbz5660
    @zackbz5660 2 дні тому +1

    Couldn't have come out at a better time, great vid!

  • @davidadewale8466
    @davidadewale8466 День тому

    With this, I can bring my ideas to play. Thanks to Laravel team for this.

    • @LaravelPHP
      @LaravelPHP  9 годин тому

      Yes you can and you should. All the best 👏 (Christoph)

  • @sanjaykm
    @sanjaykm 3 дні тому

    Thanks Laravel Team for helping me to create my first Laravel packages.

    • @LaravelPHP
      @LaravelPHP  2 дні тому

      Our pleasure! Love to hear that 👏 Congrats (Christoph)

  • @daviddprtma
    @daviddprtma 4 дні тому +2

    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❤🔥

    • @LaravelPHP
      @LaravelPHP  3 дні тому +1

      You're very welcome! Thank you so much 🙏 (Christoph)

  • @nicolas.chauvet
    @nicolas.chauvet 3 дні тому +1

    High level master class!

    • @LaravelPHP
      @LaravelPHP  3 дні тому

      Thanks a lot 🙏 (Christoph)

  • @ChrisHow
    @ChrisHow 3 дні тому

    Wow! Great video, I've saved this one for future reference. I'd love more videos like this 👏

    • @LaravelPHP
      @LaravelPHP  3 дні тому +1

      Awesome! Thank you! Appreciate it 🙏 (Christoph)

  • @ajzack983
    @ajzack983 4 дні тому +4

    I just made my first laravel package recently that let's you to combine / debounce notifications, jobs and commands.

    • @LaravelPHP
      @LaravelPHP  3 дні тому

      Congrats 👏 (Christoph)

    • @GonzaloMassa
      @GonzaloMassa День тому

      Do you have an URL to check it out?

  • @nerisonpitogo3717
    @nerisonpitogo3717 3 дні тому

    Will save this video for later to watch.

  • @tdwesten
    @tdwesten 4 дні тому +1

    This is a ready great video - thanks! 🙏

    • @LaravelPHP
      @LaravelPHP  3 дні тому

      Glad you enjoyed it! (Christoph)

  • @GonzaloMassa
    @GonzaloMassa День тому

    Hey great video! I wonder if there is a way to set the cache key dinamically or by hashing the method's argument values.

    • @LaravelPHP
      @LaravelPHP  День тому

      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)

  • @stefankrejci4306
    @stefankrejci4306 2 дні тому

    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?

    • @LaravelPHP
      @LaravelPHP  День тому +1

      Hey, thanks a lot. Hmm good question, I never tried that and I don't know of any post about it sorry. (Christoph)

  • @pssr13
    @pssr13 3 дні тому

    great video! 🔥🔥🔥

  • @laravelpursuit
    @laravelpursuit 4 дні тому

    Tolles Video Christoph, Danke

    • @LaravelPHP
      @LaravelPHP  3 дні тому

      Freut mich, danke dir auch! (Christoph)

  • @CodingWaffle
    @CodingWaffle 2 дні тому

    Thats actually a geneius trait feature, I wish it existed in Laravel by default

  • @SebastianMares
    @SebastianMares 4 дні тому

    Nice and interesting example. 🙂

  • @dasturchiukkikundaligi2810
    @dasturchiukkikundaligi2810 3 дні тому +1

    This kind of content is priced in different ecosystem, here we can get it for free

  • @GergelyCsermely
    @GergelyCsermely 4 дні тому

    Thanks!

  • @dominikbetlej7114
    @dominikbetlej7114 4 дні тому

    Long that's good ;d Thx!

  • @fsbgaming1588
    @fsbgaming1588 3 дні тому

    11.x is nice with tons of bugs with ORM, redis, routing, middleware,etc. maybe fix it before released it?

    • @lucasdasilvanepomuceno3975
      @lucasdasilvanepomuceno3975 3 дні тому +1

      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

    • @fsbgaming1588
      @fsbgaming1588 3 дні тому

      @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

  • @SXsoft99
    @SXsoft99 4 дні тому

    I sometimes wonder if people make simple apps since I just can't find the moment to use PHP comments as code

  • @SebastianMares
    @SebastianMares 4 дні тому

    13:20 Couldn't you have just used is_a to check for the interface?

    • @LaravelPHP
      @LaravelPHP  3 дні тому +1

      True that would work too, but I like the "implements" since it is a bit more focused on interfaces in the naming. (Christoph)

  • @nejckitio9293
    @nejckitio9293 2 дні тому

    is there a github link?

    • @LaravelPHP
      @LaravelPHP  2 дні тому

      Not yet, but coming soon 👍 (Christoph)

  • @mahaar
    @mahaar 3 дні тому

    didn't make sense to me, looks high level

  • @narheben
    @narheben 4 дні тому

    🎉❤

  • @jtech04
    @jtech04 4 дні тому

    First 🥇

    • @LaravelPHP
      @LaravelPHP  4 дні тому +1

      👏

    • @jtech04
      @jtech04 4 дні тому

      @@LaravelPHP looking for a comprehensive video on multi-tenant as well