Local WordPress with Herd, DBngin, and WP-CLI

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

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

  • @rafidiul-albani4590
    @rafidiul-albani4590 2 หลายเดือนก่อน +2

    Thank you for the instructions. A very good method for me as a beginner to learn how to use the command line.

  • @webshoreeu
    @webshoreeu 2 หลายเดือนก่อน

    Herd is great! Using the Windows version since it was released on a daily basis and as a replacement for Local by Flywheel. Adding DBngin and TablePlus makes it an awesome development toolkit!

  • @seiuwatches
    @seiuwatches 2 หลายเดือนก่อน

    love the new camera, looks better quality

    • @BrianCoords
      @BrianCoords  2 หลายเดือนก่อน

      Thanks for noticing. I have some lighting tweaks in the works and will hopefully test those on the next video.

  • @AaronTweeton
    @AaronTweeton 2 หลายเดือนก่อน

    Thanks for sharing! It’s great to see that Herd could be used for both Laravel and WordPress development.

    • @BrianCoords
      @BrianCoords  2 หลายเดือนก่อน +1

      PHP FTW

  • @farhan-app
    @farhan-app 2 หลายเดือนก่อน +1

    This is awesome! Thank you for sharing Brian - subscribed!

    • @farhan-app
      @farhan-app 2 หลายเดือนก่อน

      Hey Brian - just wondering if it's easy to export a site using something like WPVivid from this local environment?

  • @igorDevIt
    @igorDevIt 2 หลายเดือนก่อน

    Awesome! Thanks! )

  • @elliottrichmondwp
    @elliottrichmondwp 2 หลายเดือนก่อน +1

    Interesting, I haven’t used Herd, but I do use Valet, which, as you probably know, is more command-line driven. The only difference is that you have an app with a UI with Herd, I guess. It would be interesting to see if Valet is actually being used under the hood. I also use WP-CLI and a generic script to fire all commands with prompts for database names, usernames, emails, and passwords, etc. Nice video and insight-always interesting to see other devs’ workflows. 👍

  • @MoxetKhanPK
    @MoxetKhanPK 2 หลายเดือนก่อน

    Great video, what benifits we get if we skip tools like Local or Xamp etc

    • @BrianCoords
      @BrianCoords  2 หลายเดือนก่อน

      Copying my reply above: Less bloat, more performant, more actively developed, easier to switch between WP and non-WP projects, and I guess a chance to level up your developer skills.

  • @imraan_alam
    @imraan_alam 2 หลายเดือนก่อน +2

    They have windows support. I use it everyday.

    • @BrianCoords
      @BrianCoords  2 หลายเดือนก่อน

      Thanks for pointing that out!

  • @Steve-Ariss
    @Steve-Ariss 2 หลายเดือนก่อน

    Have you tried DDEV? You don't get that nice GUI but I think you can get up and running faster and you end up with a really flexible dev environment

    • @BrianCoords
      @BrianCoords  2 หลายเดือนก่อน

      No but I've heard a lot of good things about it! Honestly each project ends up needing it's own environment depending on the tools, where it's hosted, etc.

  • @tobisalami
    @tobisalami 2 หลายเดือนก่อน +1

    Oops. Not on windows. Okay. Thanks for the video though. You're doing great

    • @elvisblancogonzalez
      @elvisblancogonzalez 2 หลายเดือนก่อน +2

      They do have a Windows version. Just click the "Looking for Windows?" button

    • @tobisalami
      @tobisalami 2 หลายเดือนก่อน

      @@elvisblancogonzalez Ah! Yes! That's true. Thanks!

    • @BrianCoords
      @BrianCoords  2 หลายเดือนก่อน

      Thanks for correcting this!

  • @kristijanpirkovic9594
    @kristijanpirkovic9594 2 หลายเดือนก่อน

    Brian, what makes Herd better than a tool like LocalWP?

    • @BrianCoords
      @BrianCoords  2 หลายเดือนก่อน +1

      I like that it's just leaner and faster. It's more actively developed. It's also great if you're doing more than just WordPress development, you don't have to switch environments.
      But there'll be a few WP hosting-specific features in LocalWP that you might miss.

  • @Earthcrosser
    @Earthcrosser 2 หลายเดือนก่อน

    Thanks Brian. I'm on Windows and I'm stuck on 3:53 because I'm not sure where 'wp' is. :(
    Crap. I have to install wp-cli. Lol. Thank you for mentioning that. >:(
    UPDATE: Was able to set up wp-cli. Manually set up a path. However, DBngin did not create a path to mysql as 'wp db create' does not recognize mysql. I tried to manually find mysql.exe and set a path to it. wp-cli still cannot find it. I GIVE UP. LOL.

    • @BrianCoords
      @BrianCoords  2 หลายเดือนก่อน

      Yeah one issue I had is that I have a lot of these tools already running and I don't fully remember how I set some of them up.... When I run wp --info I see that it's calling the MySQL binary that I guess I installed at some point with Homebrew. Interesting.

  • @omerta3393
    @omerta3393 2 หลายเดือนก่อน +1

    No Linux support for this apps :(

    • @bicho44
      @bicho44 2 หลายเดือนก่อน

      You can use, various version of Valet, is similar but no UI, i recommend Valet++

    • @BrianCoords
      @BrianCoords  2 หลายเดือนก่อน +1

      😬

    • @khandakershahi
      @khandakershahi 2 หลายเดือนก่อน +1

      Yes, I was excited than found no Linux support.

    • @yasershahian3134
      @yasershahian3134 2 หลายเดือนก่อน

      @@khandakershahi for now DDEV is working fine on linux, has phpmyadmin, wp-cli, local ssl and domain, ...

  • @wpeasy
    @wpeasy 2 หลายเดือนก่อน

    What are the benefits of this over Flywheel Local or the similar tool from WordPress?

    • @BrianCoords
      @BrianCoords  2 หลายเดือนก่อน

      Less bloat, more performant, more actively developed, easier to switch between WP and non-WP projects, and I guess a chance to level up your developer skills.

  • @WPMinute
    @WPMinute 2 หลายเดือนก่อน

    Get off the stage, Brian!

    • @BrianCoords
      @BrianCoords  2 หลายเดือนก่อน

      Hey it's my biggest fan!