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 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!
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.
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!
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 :)
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
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
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!
David. This is the 2nd video I have watched and I can tell...you rock. So please Keep on!!!
Short and sweet demo.
thanks its still working!
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.
Hey thank you! :) DM on Twitter @davidgrzyb and I'd be happy to help
@@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!
Alternative to Larvavel Homestead. Really useful. Thanks.
Great work as always!
Thanks. Can you do a video of Laravel Sail Redis sending emails. I'm not sure what I am doing wrong. thanks is advance
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.
Hi, yes I think that will be my next video, stay tuned and thanks for watching 😁
If you have 10 laravel websites, do you have to have separate containers for each site? Sail permit multi site ?
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!
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 :)
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
Hey, unfortunately Docker isn’t supported on M1 yet, but I’m confident they’ll get it working soon!
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.
You're right! Wish I mentioned that and the new Expose based share feature in the video
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
Can i change the localhost to some .test domain like with valet?
I don't think there is a way to do this currently.
didn't you get vendor/bin sail up not permitted error?
No sorry :( maybe something changed in sail since making this video
@@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
Does sail share work for you guys?
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!
@@DavidGrzyb yep it works now, the documentation should mention it. Haha