Laravel Sail for Mac OS [Set Up Tutorial] ⛵️

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

КОМЕНТАРІ • 27

  • @rickybarabba7866
    @rickybarabba7866 3 роки тому

    David. This is the 2nd video I have watched and I can tell...you rock. So please Keep on!!!

  • @asifm3520
    @asifm3520 3 роки тому

    Short and sweet demo.

  • @MrLinuxFreak
    @MrLinuxFreak 2 роки тому

    thanks its still working!

  • @ControlAltSuprimir
    @ControlAltSuprimir 3 роки тому +1

    Dude your channel is gold! This video and the last responsive table were extremely helpful, thank you so much :D
    I would like to know if you're intending to do some tailwind stuff, I'm having some troubles when I want to add some tailwind component which require javascript. To give you an example, I can't put the free available nav bar in tailwindui.

    • @DavidGrzyb
      @DavidGrzyb  3 роки тому +1

      Hey thank you! :) DM on Twitter @davidgrzyb and I'd be happy to help

    • @ControlAltSuprimir
      @ControlAltSuprimir 3 роки тому

      @@DavidGrzyb What a quick answer :D In fact I've been figuring these stuff by myself and I' almost there! Even then I would love to see if you have something to add in this regard or how would you do it. Keep on the good work!

  • @lesssass4478
    @lesssass4478 3 роки тому

    Alternative to Larvavel Homestead. Really useful. Thanks.

  • @seanfrankruyter4008
    @seanfrankruyter4008 3 роки тому

    Great work as always!

  • @inigofernandezgarcia
    @inigofernandezgarcia 3 роки тому

    Thanks. Can you do a video of Laravel Sail Redis sending emails. I'm not sure what I am doing wrong. thanks is advance

  • @leonvanrijswijk8409
    @leonvanrijswijk8409 3 роки тому

    Thanks. Just starting, and already good quality. Well done. Will you be showing how to deploy to Cloudways? That would be great. Not only from docker, but also from Homestead.

    • @DavidGrzyb
      @DavidGrzyb  3 роки тому +2

      Hi, yes I think that will be my next video, stay tuned and thanks for watching 😁

  •  3 роки тому

    If you have 10 laravel websites, do you have to have separate containers for each site? Sail permit multi site ?

  • @ManuelPrado
    @ManuelPrado 3 роки тому

    Thanks for the short and sweet video, I am a novice and already use Valet, with valet I love that I can use Valet secure and valet share for some use cases, can you do that with Sail? It will be nice to see why to chose one over the other.
    Muchas gracias!

    • @DavidGrzyb
      @DavidGrzyb  3 роки тому +1

      Hey, you can share with Sail v0.6+, just one thing to keep in mind is that Sail share uses BeyondCode's Expose, whereas valet share uses ngrok. Same functionality though :)

  • @ricofriedenau
    @ricofriedenau 3 роки тому

    hey, is this for the new m1 Macs?
    cuz I got this error message: 8.0: Pulling from library/mysql ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries

    • @DavidGrzyb
      @DavidGrzyb  3 роки тому

      Hey, unfortunately Docker isn’t supported on M1 yet, but I’m confident they’ll get it working soon!

  • @Samuel.Mwangi
    @Samuel.Mwangi 3 роки тому +1

    Thanks for the amazing review of Laravel Sail. Am personally super excited about Sail. I also like that you can set APP_PORT within the .env.

    • @DavidGrzyb
      @DavidGrzyb  3 роки тому

      You're right! Wish I mentioned that and the new Expose based share feature in the video

    • @Samuel.Mwangi
      @Samuel.Mwangi 3 роки тому +1

      Hi @David Grzyb thanks for your response. I think there's space for a follow up video since if I recall correctly, for the database/redis to work in the most recent version of laravel, you must change the host from 127.0.0.1 to mysql and redis respectively. You could also talk about port customizations to avoid conflicts, among many other nice tricks. Thanks alot for the amazing work on this channel: kudos

  • @Rawaby2021
    @Rawaby2021 3 роки тому

    Can i change the localhost to some .test domain like with valet?

    • @DavidGrzyb
      @DavidGrzyb  3 роки тому

      I don't think there is a way to do this currently.

  • @nsolomonsudhirprabhakar7317
    @nsolomonsudhirprabhakar7317 3 роки тому

    didn't you get vendor/bin sail up not permitted error?

    • @DavidGrzyb
      @DavidGrzyb  3 роки тому

      No sorry :( maybe something changed in sail since making this video

    • @nsolomonsudhirprabhakar7317
      @nsolomonsudhirprabhakar7317 3 роки тому

      @@DavidGrzyb ok sorry, I didn’t mention that the Mac I am using is M1 and there are issues yet to be solved with regard to Docker

  • @thousandecibels
    @thousandecibels 3 роки тому

    Does sail share work for you guys?

    • @DavidGrzyb
      @DavidGrzyb  3 роки тому +1

      I actually had some trouble getting it to work, only to realize that v0.6+ has the share functionality. Run "composer require laravel/sail --dev" on your project, this will install the latest version of sail.
      Hope that helps!

    • @thousandecibels
      @thousandecibels 3 роки тому

      @@DavidGrzyb yep it works now, the documentation should mention it. Haha