Laravel Package creation - Episode 3 - Versioning your Package and make it auto discoverable

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • Interested in Laravel Nova? Check out my new course pre-launch at www.masteringnova.com!
    After making our first commit to GitHub it's time to learn how to publish our package in Packagist so we can then import it in any web application that uses Composer. From there we will create our first pre-alpha release and also finalize with a way to make our package auto-discoverable by Laravel!

Komentáře • 5

  • @alfalalo
    @alfalalo Před 2 lety

    waiting for more of this series

  • @osaigbovoemmanuel1
    @osaigbovoemmanuel1 Před 5 lety +2

    Very wonderful tutorial, please can you go more detail on package creation, like creating controllers, routes, migrations etc please

    • @sadrahoseini6074
      @sadrahoseini6074 Před 5 lety +1

      Exactly what I thinking about, after watching this series, was that. How to run a code for example in 'cmd' and package automatically create controllers or migrations files or routers which users/developers need them throw using our package. Thanks a lot for your useful tutorial.

  • @aimadghssisse8527
    @aimadghssisse8527 Před 4 lety

    hey thanks for tutorial , but i have problem when I deploy, and I wanna install it I have this problem
    - Can only install one of: symfony/finder[5.0.x-dev, v4.4.8].
    - Can only install one of: symfony/finder[v5.0.0, v4.4.8].
    - Can only install one of: symfony/finder[v5.0.0-BETA1, v4.4.8].
    - Can only install one of: symfony/finder[v5.0.0-BETA2, v4.4.8].
    - Can only install one of: symfony/finder[v5.0.0-RC1, v4.4.8].
    - Can only install one of: symfony/finder[v5.0.1, v4.4.8].
    - Can only install one of: symfony/finder[v5.0.2, v4.4.8].
    - Can only install one of: symfony/finder[v5.0.3, v4.4.8].
    - Can only install one of: symfony/finder[v5.0.4, v4.4.8].
    - Can only install one of: symfony/finder[v5.0.5, v4.4.8].
    - Can only install one of: symfony/finder[v5.0.6, v4.4.8].
    - Can only install one of: symfony/finder[v5.0.7, v4.4.8].
    - Can only install one of: symfony/finder[v5.0.8, v4.4.8].
    even in composer.json I give version in require

  • @Bonucci22
    @Bonucci22 Před 5 lety

    GitHub Services have been deprecated.