i agree with another persons comments in that this tutorial is very good. I am senior developer and needed a laravel/docker setup. I also looked around and found this video concise, easily explained and very useful. Thank you Alimon !
@pitocms Жыл бұрын
Great to hear!
@jonathasrbr Жыл бұрын
This is one of the best video about docker compose that I've been watched. It contributed so much with my automation task. Thank you man!
@pitocms Жыл бұрын
Glad it was helpful! Welcome.
@saaddarell9174 Жыл бұрын
The best video for getting started with Docker. Simple, to the point.
@codemoron_ Жыл бұрын
Thank you for this. Finally, I was able to setup Laravel in docker.
@laodemuhamadaslan45952 ай бұрын
terima kasih bang, saya sudah berhasil setup laravel di docker, salam dari indonesia bang👋
@CloudTechExpert Жыл бұрын
Thank you very much for this amazing tutorial. For the first time, I managed to dockerize the Laravel app. I had error 403 but after going through comments I found solutions. Thank you once again.
@bharathraj3333 Жыл бұрын
clear and good.. always indian techies rocks.
@hotshotgolfer307916 күн бұрын
Alimon. fantastic! TY! I have been studying Laravel for a little while. I can automate some of my skeleton projects now and use them for later.
@JohnSmithhh3 ай бұрын
Thank man!! I understand a lot better now, using a Makefile is awesome, I'm still a little bit stuck because my dockerfile is in the root of the app, but I will figure it out how to manage all that (copy files + launch artisan)
@aleksandrsh389311 ай бұрын
Величезне спасибі. Чудовий урок. Thanks a lot. Great lesson.
@mubafaw9 ай бұрын
You are a legend. Make my life easy. Thank you Sir.
@ariwahyunahar26014 ай бұрын
the best video I got, how to use docker. Tks bro.
@mbiregueye2988 Жыл бұрын
A best tuto for Larevel / Docker and Mysql
@pitocms Жыл бұрын
Glad it was helpful!
@Howto-ds7cx Жыл бұрын
Best video for docker compose laravel. ❤
@pitocms Жыл бұрын
Thank you.
@muralidhara3d126 күн бұрын
Excellent Tutorials Thankyou so much
@rabigorkhali Жыл бұрын
Thanks for the simple and best tutorial. This tutorial saved my day
@pitocms Жыл бұрын
You're welcome!
@semuthitam221111 ай бұрын
finally i can install laravel in with docker thanks you hero.. :)
@lasithadulshan73579 ай бұрын
Thank you for the valuable content!
@shahadathossain-i5v2 ай бұрын
Can you please make another tutorial to dockerize a Laravel and vue js application? NB. Application should run on a virtual host
@DM-fn7py4 ай бұрын
Hello Sir,Thanks a lot for your English tutorial, i appreciate so much, please i need an english tutorial about redis and MySQL in laravel. You are the best. You deserve my subscribe and likes.thanks
@autodidactewebdev23684 ай бұрын
Thanks sir,please could you make a tutorial about redis and MySQL in laravel. Thanks indeed.
@afrazahmadkhokhar Жыл бұрын
❤❤❤ Just like is not enough for this video. Great content.
@alaminrony202411 ай бұрын
Very Nice & Helpful video
@yudantyodev-zm3hc4 ай бұрын
superb tutorial thanks sir
@attran20019 ай бұрын
i just start learning docker for 1 day, do you have any videos can help me know more about docker with laravel
@maroofsultan70982 ай бұрын
Thanks for make my life easy but sir Makefile command donot run on Windows any solution?
@mlabdev Жыл бұрын
its work on me ... thanks sir you save my life
@pitocms Жыл бұрын
Glad to hear that.
@sashetrajkovski6006 Жыл бұрын
Same comment as the rest, great video ! You earned one more subscriber today. Great work !
@pitocms Жыл бұрын
Thank you 😊 and welcome.
@carminemonaco9796 Жыл бұрын
Hi. Congratulations on the very accurate video. Could you answer one question for me? I can't figure out how to dockerize my Laravel project and publish it on my server. I have created a site with Laravel and Docker locally but I can't find any tutorial that explains then how to make my site public from the server. Do you happen to have a tutorial that explains this? Thank you very much
@zahidurrehman43110 ай бұрын
Sir which docker plateform you have using please mentioned his name?
@t1000bay11 ай бұрын
Good explanation 😊
@faizanshakil27752 жыл бұрын
Why I try to run make commads it says "make : The term 'make' is not recognized as the name of a cmdlet....". Can you please tell me how will it work ?
@faizanshakil27752 жыл бұрын
I am on windows 10
@pitocms2 жыл бұрын
Source has given in video description. Please download and run then check.
@cabrelngako887711 ай бұрын
hello, what does it means that a beginner will need to make a composer update in the docker container, i am working in a existing project and i find it difficult to update changes, iam getting error related to permission access
@pitocms11 ай бұрын
Create a .htaccess file in root directory using below 3 lines of code. RewriteEngine On RewriteCond %{REQUEST_URI} !^/public/ RewriteRule ^(.*)$ /public/$1 [L,QSA]
@mubafaw9 ай бұрын
@cabrelngako8877 Thank you for asking this question @pitocms Thank you for answering this question It works for me now 😊🙏
@dev_999999 ай бұрын
if i have an existing laravel app how to copy files after clone it or clone it while buidling the container
@adimStan Жыл бұрын
Best explanation
@pitocms Жыл бұрын
Thanks for liking
@prouser121219 ай бұрын
Excellent
@pk_marble_music-t Жыл бұрын
Great Buddy good learner
@pitocms Жыл бұрын
Thank you! Cheers!
@kentOlortigue7 ай бұрын
Thanks for the information
@pitocms6 ай бұрын
My pleasure.
@bevedel4 ай бұрын
really helpful. thank you.
@pitocms4 ай бұрын
Glad it was helpful!
@SchoolBoyJoooooo6 ай бұрын
i have a problem, i already followed all your steps but when i try to access the laravel through localhost:9000 it says permission denied could you help me to fix this? btw the laravel project were cloned from github
@scottmcmullan6497 Жыл бұрын
Fantastic video, thanks mate!
@pitocms Жыл бұрын
You are most welcome
@AhmedSaadHassan5 ай бұрын
great job, thank you
@monisoft-it Жыл бұрын
today when i am trying in ubuntu machine i am getting this error open /media/mypc/Project/doker-test/laravel-docker/docker-compose.yml: permission denied, how can i solve this issue
@sunmolasolomon3403 Жыл бұрын
Thank you for this tutorial I can't seems to access the localhost gives forbidden and no permission to access this resource. Thank you
@pitocms Жыл бұрын
It seems htaccess issue. please check in /public , is it working ?
@techietoons Жыл бұрын
Forbidden You don't have permission to access this resource. Apache/2.4.54 (Debian) Server at localhost Port 80 - What to do for this error ??
@subhankardutta3777 Жыл бұрын
Getting same error
@arnoldsibanda71359 ай бұрын
you can check if files are there in your conatiner through an interactive shell@@subhankardutta3777
@Howto-ds7cx Жыл бұрын
How to run vite and node npm commands. Please guide
@helvionobrega7709 Жыл бұрын
Hello I have one error... I did all the tutorial i can entry in phpmyadmin but i cant acess the image that contains the project "views" it opens the website with this error "Forbidden You don't have permission to access this resource. Apache/2.4.51 (Debian) Server at localhost Port 9000 " Can you help me?
@pitocms Жыл бұрын
Create a .htaccess file in root directory using below 3 lines of code. RewriteEngine On RewriteCond %{REQUEST_URI} !^/public/ RewriteRule ^(.*)$ /public/$1 [L,QSA]
@cassianopacheco5407 Жыл бұрын
i created a htacess file in the laravel-app directory and another one in the root directory. It worked. @pitocms you're a hero
@fuukowatty9817 Жыл бұрын
@@pitocms is this safe?
@IgorOliveira-kv8sf Жыл бұрын
@@pitocms
@fatihtutar75835 ай бұрын
There were deficiencies in the docker-compose.yaml file and it was giving an error. After fixing it with chatgpt, docker-compose build command worked. I was able to view phpmyadmin at address 9001, but I could not view the Laravel project at address 9000. It gave this error. It doesn't show any Laravel project in the video anyway. Forbidden You don't have permission to access this resource. Apache/2.4.51 (Debian) Server at localhost Port 9000
@pitocms5 ай бұрын
check in localhost:9000/public
@fatihtutar75835 ай бұрын
@@pitocms After making some changes to the apache2.conf file the above error went away. Currently, the files of the Laravel project are listed under index of at address 9000. In 9000/public, I get the following error: file_put_contents(/var/www/html/storage/framework/sessions/LBKd3CGRLbNj6kF96mm2ChURTLRjIxxB7EsvI7oc): Failed to open stream: Permission denied
@@pitocms Hi, my problem is, docker isn't creating anything inside "laravel-app" folder. What can I do? I have exact same file as you. I already give 777 permissions into that folder, just in case
@mehrabhosen2 жыл бұрын
Helpful Video
@pitocms2 жыл бұрын
Glad it helped.
@cassianopacheco5407 Жыл бұрын
you're a fucking legend, mate
@pitocms Жыл бұрын
:D
@kavithak1138 Жыл бұрын
Yes containers are up
@pitocms Жыл бұрын
Without see difficult to tell what's the problem. Come is google meet if you require quick help.
@kavithak1138 Жыл бұрын
Yes please
@93stiven Жыл бұрын
ERROR: The Compose file './docker-compose.yml' is invalid because: Unsupported config option for services: 'phpmyadmin linux :/
@MinhTuanNguyen-hx6ye Жыл бұрын
you can delete enviroment in phpmyadmin
@radybmcs6516 Жыл бұрын
How to execute Makefile sir I cannot run this file
@pitocms Жыл бұрын
Just create a file with name 'Makefile', in same directory where you Docker and docker-compose.yml file is. Then in make file write your command. Example build: docker-compose build --no-cache --force-rm Then given command in terminal make build
@radybmcs6516 Жыл бұрын
@@pitocms make : The term 'make' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + make up
@pitocms Жыл бұрын
What is your operating system ? Are you using VScode ?
@radybmcs6516 Жыл бұрын
@@pitocms I am using Windows 10
@pitocms Жыл бұрын
The error message you're seeing indicates that the "make" command is not recognized by Windows. This is because "make" is not a built-in Windows command. Assuming that you have already installed Docker on your Windows 10 machine, you will need to install a separate tool called "make" in order to run the "docker make" command. You can install "make" on Windows 10 using one of the following methods: Install the GNU Win32 package, which includes the "make" command. You can download the package from the GNU website (sourceforge.net/projects/gnuwin32/files/make/) and install it on your Windows 10 machine. Install the Windows Subsystem for Linux (WSL) on your Windows 10 machine and then install the "make" command using the Linux package manager (e.g., apt-get for Ubuntu). Once you have installed "make", you should be able to run the "docker make" command without seeing the error message.
@mayrapereira3910 Жыл бұрын
when I enter the browser with localhost:9000 it gives this error : Not Found The requested URL was not found on this server. Apache/2.4.51 (Debian) Server at localhost Port 9000
@EvanEdrok7 ай бұрын
should use Laravel Sail, it's just so much easier. Before you use `sail up -d` you can add phpmyadmin to the docker-compose file if you wanted.
@DevelopmentKit2 жыл бұрын
What software have you used to record your video?
@pitocms2 жыл бұрын
OBS.
@montecristo31 Жыл бұрын
thanks!
@MinhTuanNguyen-hx6ye Жыл бұрын
i can't sign in phpmyadmin, please help
@hafiznugraha3063 Жыл бұрын
how to change limit import file on docker phpmyadmin
@EduCodigosPro8 ай бұрын
localhost:9000 says: Forbidden You don't have permission to access this resource. Apache/2.4.57 (Debian) Server at localhost Port 9000
@kavithak1138 Жыл бұрын
But url is not found
@fuukowatty9817 Жыл бұрын
Hi you know how can I add next.js to this stack?
@pitocms Жыл бұрын
How you are trying Laravel API + Vue js ?
@fuukowatty9817 Жыл бұрын
@@pitocms I made project with next.js actually so it must be next ;/
@fuukowatty9817 Жыл бұрын
so Laravel API + next.js I found example with sail but there is not frontend container installed
@protapbarman25323 ай бұрын
make command not found
@HasanKarar2 жыл бұрын
প্রথম
@pitocms2 жыл бұрын
Thank you Bhai. 😊💓
@alimulmahfuztushar7001 Жыл бұрын
php artisan serve giving 403 forbidden error
@pitocms Жыл бұрын
check in /public is it working ? If work then create .htaccess file in root directory.
check whether the container is running in background or not and then exec the same
@mk7929-x6q Жыл бұрын
Great Tutorial. I have followed all the instructions to set up the laravel project. Also I applied the response to @Hélvio Nóbrega's problem. However, I still get "Forbidden You don't have permission to access this resource." Has anyone solved this problem?
@pitocms Жыл бұрын
It's seems htaccess issue. Create a htaccess file in root directory.
@IgorOliveira-kv8sf Жыл бұрын
@@pitocms im with same problem, i created .htacces file but isnt work....can u help with this? goal is use views from laravel project but isnt woring :(
@nhanoan5461 Жыл бұрын
hi,i try more code in Makefile : "laravel-run: docker exec laravel-docker bash -c "php artisan serve" " but it got Forbidden You don't have permission to access this resource.when i open the web
@blessdarah12563 ай бұрын
You don't need that. That environment mimics production. So you will access the app through Apache. You only need the container to be up.
@1mpiero9 ай бұрын
This is beginner and not professional,
@kavithak1138 Жыл бұрын
Yes need help
@kariukijoseph20364 ай бұрын
Professional way? Really?
@ThienTran-wi2pq Жыл бұрын
help me how to fix error The stream or file "/var/www/html/storage/logs/laravel.log" could not be opened in append mode: Failed to open stream: Permission denied on windows10.
@muhammadbangkit7528 Жыл бұрын
same
@danielwagner749111 ай бұрын
chown -R www-data:www-data html/
@danielwagner749111 ай бұрын
chown -R www-data:www-data html/
11 ай бұрын
Very good, man! Thank you very much!
@protapbarman25323 ай бұрын
please explain the ".env file will not be uploaded in git"