Excellent! Videos of this format, when they show the error and how to correct it, are the best, because that way we can acquire more knowledge. Your channel is excellent, all the didactic videos are excellent! Thanks!
One doubt, Do we required nginx should be installed before running docker containers ?, I had a requirement like nginx also should be installed as a docker and my application should on that.
Got a permission error when opening my browser The stream or file "/var/www/storage/logs/laravel.log" could not be opened in append mode: Failed to open stream: Permission denied
this is by far the most well explained tutorial, thanks
Oh man, i learn a lot today.
Thanks!
Great job Emad! Thanks! That is what I NEEDED!
One of the best tutorial and hands on out there❤❤
Excellent!
Videos of this format, when they show the error and how to correct it, are the best, because that way we can acquire more knowledge.
Your channel is excellent, all the didactic videos are excellent!
Thanks!
Excellent Video.!!!
The video skipped over the nginx configuration but I found it in your github
This is a great explanation, thanks
Very good tutorial
Got my like for writing the whole docker files
excellent!, well explained -beatiful, easy to follow-up
Loved this channel ❤.
Hats off to you sir
Thank you so much, Sheikh
Good stuff. Keep it up
exellent job thks
whats the best implementation of docker?
should the nginx be a different container?
You are just the best. Knowledge Sharing 💯💯💯👍👍👍
Interesting and thank you very much
best tutorial, thanks
Well done, thank you sir 🙏🙏
this is gem ❤❤
BRILLIANT!!!!!!!
Well explained! I wonder how to run cronjob and horizon with this docker setup. Would be glad if you can say something about the setup.
Hi, I don't see in the Dockerfile where you install nginx; you just copy the .conf file. How does that work if the image is just for PHP? Cheers!
One doubt, Do we required nginx should be installed before running docker containers ?, I had a requirement like nginx also should be installed as a docker and my application should on that.
How can we run the application on port 80 in the browser?
Can we use it to deploy to cloud run? Can you make 1 more video to deploy laravel 10 to cloud run?
its working on local but doesnt work on production with digitalocean droplet
@anyone please help mee out in laravel permission denied, I tried to run the php container for the first time But I got that error in the browser
👍👍
great guy
I followed you video. I am just using the api, somehow I got cross-site problem.
what about nginx conf file ?
Same, I didn't find this file on this video. :)
For some reason for me its slower your method than laravel sail running a new laravel project, even using the same version of PHP and Mysql
replace opcache.validate_timestamp to opcache.validate_timestamps
I have cloned your repo and did make fresh but it still shows me close to 80-90ms
i am on macbook pro m1
got db connection error. what to use in db host value in .env file?
name of your container in this situation "database"
Got a permission error when opening my browser
The stream or file "/var/www/storage/logs/laravel.log" could not be opened in append mode: Failed to open stream: Permission denied
you find a solution?
@@enzodossantos2546 change the owner for the /var/www folder to www-data:www-data see if it helps
any solution to this
@@ochollat it works