Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stable release and Laravel Versions? #5

Open
edmundluong opened this issue Sep 10, 2016 · 7 comments
Open

Stable release and Laravel Versions? #5

edmundluong opened this issue Sep 10, 2016 · 7 comments

Comments

@edmundluong
Copy link

Hi Larry,

Great repository. Looks very promising. I was wondering whether this repository is under active development and whether there is a stable release for the repository.

Also, I was wondering what exactly was changed from the original Laravel 5.2 repository in this project. Say I wanted to clone Laravel 5.1 or Laravel 5.3 instead, how hard would it be to modify those versions so it would play nicely with laradock and phpstorm?

Thanks!

@LarryEitel
Copy link
Owner

@edmundluong Actually, this project is intended as a robust example. It is best/better to fork LaraDock. From there, create a branch for your own use-case that can be kept current by merging updates from the 'upstream' LaraDock master. I am working on a PHPStorm configuration _guide that will be submitted as a PR to LaraDock. At that point this project will be deprecated.

@edmundluong
Copy link
Author

@LarryEitel Great, thanks for the update. Looking forward to that configuration guide!

@digitalit
Copy link

Will that guide cover Mac as well?

@LarryEitel
Copy link
Owner

It will to the extent that Mac users can contribute as I run on Windows. :) I am on the road for a couple weeks so I don't have a clear thought as to when I will find the time to do this. :( Stay tuned. :)

@digitalit
Copy link

Great @LarryEitel,
I'm running Laravel dev on Mac Homestead Vagrant with PhpStorm and Xdebug working.

I have an iMac 27 with SSD, i7, 16GB Ram and i don't think it is slow. I'm curious and i would like to switch to Docker but do you think i will gain anything from that?

And can i have my databases preserved when shutting down my computer like on my Homestead Vagrant mashine?

@LarryEitel
Copy link
Owner

I ran Vagrant before switching to Docker. I have enabled opcache with seems to speed things up. I do not have a prob with performance.

As for databases, yes they are preserved between restarts. HOWEVER, if you delete the volume image for some reason you WILL lose data.

I have not gone back to Vagrant. There was a modest investment of time to wrap your head around Docker ... but I think it was worth it. :)

@digitalit
Copy link

Thank you @LarryEitel for answering my questions.

I have a feeling i two wont use Vagrant if i just can get LaraDock to work on my Mac. I also need to be able to run all my project in the same containers and just ad new paths in thew docker-compose.yml and edit my host file with domain aliases pointing to the Docker container.

I get "Server not available" on http://localhost and http://127.0.0.1 even thought all containers are running. In the docker-compose.yml it says "IMPORTANT: Replace with your Docker Host IP" but i cant figure out how to retrieve that IP. When i used Docker Machine i could run an command to get the IP but now i run Docker Native for Mac and i cant?

I feel i'm almost there so i would be so grateful for some hints on how to get this working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants