👉 **UPDATE:** The Spin beta is now available 🥳 serversideup.net/open-source/spin/
@sapperus6 ай бұрын
I can’t tell you how amazing this stuff is! You guys have done a titanic job!
@ServersideupNet6 ай бұрын
Thank you for the kind words!
@bubbagumpshrimps8 ай бұрын
This is exactly what I was looking for. Excellent video, well-paced and clear explanation.
@turyng-or1js6 ай бұрын
This is such an amazing idea! Keep up the great work!
@coolcha11 ай бұрын
Super excited! This is going to be awesome.
@ServersideupNet11 ай бұрын
Thank you! We're very grateful for your positive feedback and support!!
@jurnskie11 ай бұрын
Looks great but i'm having issues reaching my local sites. I've tried different ports. Stopped all my local webservers to free up port 80. But still i cannot get it to work. Is there a more in depth guide to get spin to work with for e.g Laravel?
@patrickgehtniemandenwasan88988 ай бұрын
Can you add the ability to create a "wrapper" Script or add custom commands? Also, can you add QoL commands like "spin db", "spin tinker" or "spin debug ..." like in Laravel Sail?
@takielias11 ай бұрын
I'm waiting. When will we get the final release?
@ServersideupNet11 ай бұрын
Thanks for your excitement! We're working on getting the beta launched in the next week or so. Subscribe for the latest serversideup.net/subscribe/
@tejasshah7911 ай бұрын
Awesome tool, fews questions? 1. Can we extend this to support other php projects/cms such as drupal, wordpress? (I feel it could be as its a docker based tool) 2. Do we have any road map, open to contribute to make it useful for Drupal?
@ServersideupNet11 ай бұрын
Thank you! 1. Since Spin is just a Docker wrapper, it can support anything that can run in Docker. Spin is a "structure" just as much as it is a tool. More on how it works here: serversideup.net/open-source/spin/docs/getting-started/how-spin-works 2. Great point! I created this feature idea to get it on the roadmap. Be sure to subscribe and upvote if you want to follow it: github.com/serversideup/spin/discussions/57
@cheapdutch417510 ай бұрын
Does it work out of the box with NodeJS applications or is it easy to make it compatible?
@ServersideupNet10 ай бұрын
We'll add a Nuxt template in the future. If you need something today, in our Complete Package of the book, you'll see how we use Spin with a Laravel API and Nuxt Frontend. The book itself focuses on the application side of things only (not about the Docker setup), but the Complete Package will give you access to the Dockerfiles on how we configured this: serversideup.net/ultimate-guide-to-building-apis-and-spas-with-laravel-and-nuxt3/
@twinkyjohannes11 ай бұрын
Super cool, will this work with gitlab ?
@ServersideupNet11 ай бұрын
Thanks! We use GitLab internally and we've been using Spin for about 4 years. Since Spin is a structure just as much as it is a helpful tool, it's all completely possible. Our templates have GitHub Actions only so far though. We want to add more templates as the project grows.