hey after the composer command i get an error from docker. The docker-compose.yml not working. Maby the laradock yml is not uptodate?
theilelol
Thanks a lot man. Tried to install homestead environment all day. But failed. Now installed Docker and exited about this advanced Laravel course. You made my day.
kawsarjoy
Hey man i'm one of your student from Egypt you're doing a good work here, I had studied your Laravel beginner course, and i'm also shared the course with my friends it''s really good, keep going bro, i had learned too much things from you,
elgeneralesso
Excellent intro to using Docker with Laravel. Had some issues initially with port 80 already running but once I resolved this, everything worked fine. Looking forward to the series.
michaeldavies
Off to another great start. This was my first exposure / experience using docker. I think I am stuck in my ways though. For me it seems to be a lot more work to use, but the convenience of other development applications being readily available may make this appeal to others. For me I do not think I will be making the transition to Docker. I would like to say I do understand your reasoning for using Docker: "To ensure everyone has the same conditions to follow along with minimum errors or problems." I look forward to the remaining videos in this series. Thank you. ( ps. Hurry up and get your new site up, I cant wait to see it!)
MrGazzooks
Your tutorial is just awesome.I am your big fan. Thanks for your new course.
alokpaul
You are the best, awesome! Keep it up brother.
mazdysoraya
localhost not connecting . Please help. I have no ports blocked
shihab
If you have issue connecting to sequel pro, make sure another installation of mysql is not running on your machine. I had one install with homebrew that would always give me a 127.0.0.1 connection error. After removing it everything worked.
MsPoitras
For anybody that may have run into the same troubles as I did; and had a few string and variable errors when creating the containers from laradock. DONT go on an hour long mission trying to figure out what variables to set. DO simply change the env-example file to .env and follow the three simple steps in the laradock documentation.
jamo
Without setup host in apache or nginx how its run..its not completed video bro
wholefix
Have you tried laragon? Its great for beginners too.
niided
Is using LaraDock a must in order to use docker for a laravel project? Its not quite clear from the video.
ashG
awesome series thank you for this.. please make some more videos for Laravel API. Thankyou
ajajmemon
Error
Can some help, please.
ERROR:
Can't find a suitable configuration file in this directory or any parent. Are you in the right directory?
-f up -d
ERROR: .IOError: [Errno 2] No such file or directory:
bernardchisumo
Is this the continuation series of "Laravel 5.3 for beginners"?
Kris_Developer
According to this video what I get is we have to copy or clone laradock for all out projects ??
pratikkhadka
Hey just a quick update, per the laradock documentation, you should install laradock as a git submodule 🙂
vijayrangan
Hi
I have some problems with Laradock v5. I am not able to change the DB name. I change MYSQL_DATABASE variable in .env file.
Then I run
docker-compose stop
docker-compose build mysql
docker-compose up -d nginx mysql
docker-compose exec workspace bash
Then i try to run migrations, but i get an error since the name of the database remains the same.
andriiosmak
When I stop docker would it reset the data in my databse?