Let's build a Laravel Package - Locally Develop the package

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 13

  • @codeinday
    @codeinday 3 ปีที่แล้ว

    thank you for this video . because so many help me to create my own package .

  • @Dipenparmar12
    @Dipenparmar12 4 ปีที่แล้ว

    crystal & clear explanation... Good job.... 👏👏👌👍

  • @MePeterNicholls
    @MePeterNicholls 2 ปีที่แล้ว

    Where did artisan package appear from? Missing step 😫

  • @joelmnisi4649
    @joelmnisi4649 5 ปีที่แล้ว

    Awesome. Can you do one where you add vuejs to the package for the frontend view?

    • @Laracademy
      @Laracademy  5 ปีที่แล้ว

      You mean where you make a front end package that requires VueJs? or something else?

    • @joelmnisi4649
      @joelmnisi4649 5 ปีที่แล้ว

      @@Laracademy Yes. I have created a packed that has a backend, however now I have been struggling to have vue js for my frontend.

  • @aleksdeveloper698
    @aleksdeveloper698 2 ปีที่แล้ว

    So sad you left these videos 3 years ago. :'(

  • @noneofyourbusiness8702
    @noneofyourbusiness8702 3 ปีที่แล้ว

    @3:44 in the video you have the joke project and the laravel default oob project are they parallel or is the joke project INSIDE of the base laravel project?

  • @she_left_me
    @she_left_me 5 ปีที่แล้ว

    which laravel version are you using at the video ?

  • @jannatulnayeem7289
    @jannatulnayeem7289 3 ปีที่แล้ว

    Giving me error ....\ArtisanJokeServiceProvider.php does not comply with psr-4 autoloading standard. Skipping.

  • @she_left_me
    @she_left_me 5 ปีที่แล้ว

    My problem is the custom command not listed on artisan ...

    • @Laracademy
      @Laracademy  5 ปีที่แล้ว

      You must be on an older version where you need to register your commands in the Kernel file. I cannot remember but Laravel made it automatic around version 5 where they automatically showed up.

  • @ankitrathore3946
    @ankitrathore3946 3 ปีที่แล้ว

    Confusing ..