Docker+Laravel+Mysql easy and professional way.

  Рет қаралды 67,283

Alimon Pito

Alimon Pito

Күн бұрын

Пікірлер: 126
@domainexpress
@domainexpress Жыл бұрын
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
@pitocms Жыл бұрын
Great to hear!
@jonathasrbr
@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
@pitocms Жыл бұрын
Glad it was helpful! Welcome.
@saaddarell9174
@saaddarell9174 Жыл бұрын
The best video for getting started with Docker. Simple, to the point.
@codemoron_
@codemoron_ Жыл бұрын
Thank you for this. Finally, I was able to setup Laravel in docker.
@laodemuhamadaslan4595
@laodemuhamadaslan4595 2 ай бұрын
terima kasih bang, saya sudah berhasil setup laravel di docker, salam dari indonesia bang👋
@CloudTechExpert
@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
@bharathraj3333 Жыл бұрын
clear and good.. always indian techies rocks.
@hotshotgolfer3079
@hotshotgolfer3079 16 күн бұрын
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.
@JohnSmithhh
@JohnSmithhh 3 ай бұрын
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)
@aleksandrsh3893
@aleksandrsh3893 11 ай бұрын
Величезне спасибі. Чудовий урок. Thanks a lot. Great lesson.
@mubafaw
@mubafaw 9 ай бұрын
You are a legend. Make my life easy. Thank you Sir.
@ariwahyunahar2601
@ariwahyunahar2601 4 ай бұрын
the best video I got, how to use docker. Tks bro.
@mbiregueye2988
@mbiregueye2988 Жыл бұрын
A best tuto for Larevel / Docker and Mysql
@pitocms
@pitocms Жыл бұрын
Glad it was helpful!
@Howto-ds7cx
@Howto-ds7cx Жыл бұрын
Best video for docker compose laravel. ❤
@pitocms
@pitocms Жыл бұрын
Thank you.
@muralidhara3d1
@muralidhara3d1 26 күн бұрын
Excellent Tutorials Thankyou so much
@rabigorkhali
@rabigorkhali Жыл бұрын
Thanks for the simple and best tutorial. This tutorial saved my day
@pitocms
@pitocms Жыл бұрын
You're welcome!
@semuthitam2211
@semuthitam2211 11 ай бұрын
finally i can install laravel in with docker thanks you hero.. :)
@lasithadulshan7357
@lasithadulshan7357 9 ай бұрын
Thank you for the valuable content!
@shahadathossain-i5v
@shahadathossain-i5v 2 ай бұрын
Can you please make another tutorial to dockerize a Laravel and vue js application? NB. Application should run on a virtual host
@DM-fn7py
@DM-fn7py 4 ай бұрын
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
@autodidactewebdev2368
@autodidactewebdev2368 4 ай бұрын
Thanks sir,please could you make a tutorial about redis and MySQL in laravel. Thanks indeed.
@afrazahmadkhokhar
@afrazahmadkhokhar Жыл бұрын
❤❤❤ Just like is not enough for this video. Great content.
@alaminrony2024
@alaminrony2024 11 ай бұрын
Very Nice & Helpful video
@yudantyodev-zm3hc
@yudantyodev-zm3hc 4 ай бұрын
superb tutorial thanks sir
@attran2001
@attran2001 9 ай бұрын
i just start learning docker for 1 day, do you have any videos can help me know more about docker with laravel
@maroofsultan7098
@maroofsultan7098 2 ай бұрын
Thanks for make my life easy but sir Makefile command donot run on Windows any solution?
@mlabdev
@mlabdev Жыл бұрын
its work on me ... thanks sir you save my life
@pitocms
@pitocms Жыл бұрын
Glad to hear that.
@sashetrajkovski6006
@sashetrajkovski6006 Жыл бұрын
Same comment as the rest, great video ! You earned one more subscriber today. Great work !
@pitocms
@pitocms Жыл бұрын
Thank you 😊 and welcome.
@carminemonaco9796
@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
@zahidurrehman431
@zahidurrehman431 10 ай бұрын
Sir which docker plateform you have using please mentioned his name?
@t1000bay
@t1000bay 11 ай бұрын
Good explanation 😊
@faizanshakil2775
@faizanshakil2775 2 жыл бұрын
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 ?
@faizanshakil2775
@faizanshakil2775 2 жыл бұрын
I am on windows 10
@pitocms
@pitocms 2 жыл бұрын
Source has given in video description. Please download and run then check.
@cabrelngako8877
@cabrelngako8877 11 ай бұрын
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
@pitocms
@pitocms 11 ай бұрын
Create a .htaccess file in root directory using below 3 lines of code. RewriteEngine On RewriteCond %{REQUEST_URI} !^/public/ RewriteRule ^(.*)$ /public/$1 [L,QSA]
@mubafaw
@mubafaw 9 ай бұрын
@cabrelngako8877 Thank you for asking this question @pitocms Thank you for answering this question It works for me now 😊🙏
@dev_99999
@dev_99999 9 ай бұрын
if i have an existing laravel app how to copy files after clone it or clone it while buidling the container
@adimStan
@adimStan Жыл бұрын
Best explanation
@pitocms
@pitocms Жыл бұрын
Thanks for liking
@prouser12121
@prouser12121 9 ай бұрын
Excellent
@pk_marble_music-t
@pk_marble_music-t Жыл бұрын
Great Buddy good learner
@pitocms
@pitocms Жыл бұрын
Thank you! Cheers!
@kentOlortigue
@kentOlortigue 7 ай бұрын
Thanks for the information
@pitocms
@pitocms 6 ай бұрын
My pleasure.
@bevedel
@bevedel 4 ай бұрын
really helpful. thank you.
@pitocms
@pitocms 4 ай бұрын
Glad it was helpful!
@SchoolBoyJoooooo
@SchoolBoyJoooooo 6 ай бұрын
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
@scottmcmullan6497 Жыл бұрын
Fantastic video, thanks mate!
@pitocms
@pitocms Жыл бұрын
You are most welcome
@AhmedSaadHassan
@AhmedSaadHassan 5 ай бұрын
great job, thank you
@monisoft-it
@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
@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
@pitocms Жыл бұрын
It seems htaccess issue. please check in /public , is it working ?
@techietoons
@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
@subhankardutta3777 Жыл бұрын
Getting same error
@arnoldsibanda7135
@arnoldsibanda7135 9 ай бұрын
you can check if files are there in your conatiner through an interactive shell@@subhankardutta3777
@Howto-ds7cx
@Howto-ds7cx Жыл бұрын
How to run vite and node npm commands. Please guide
@helvionobrega7709
@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
@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
@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
@fuukowatty9817 Жыл бұрын
@@pitocms is this safe?
@IgorOliveira-kv8sf
@IgorOliveira-kv8sf Жыл бұрын
​@@pitocms
@fatihtutar7583
@fatihtutar7583 5 ай бұрын
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
@pitocms
@pitocms 5 ай бұрын
check in localhost:9000/public
@fatihtutar7583
@fatihtutar7583 5 ай бұрын
@@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
@fatihtutar7583
@fatihtutar7583 5 ай бұрын
@@pitocms docker exec -it laravel-docker bash chmod -R 775 storage chown -R www-data:www-data storage
@chiqui1234ok
@chiqui1234ok 4 ай бұрын
@@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
@mehrabhosen
@mehrabhosen 2 жыл бұрын
Helpful Video
@pitocms
@pitocms 2 жыл бұрын
Glad it helped.
@cassianopacheco5407
@cassianopacheco5407 Жыл бұрын
you're a fucking legend, mate
@pitocms
@pitocms Жыл бұрын
:D
@kavithak1138
@kavithak1138 Жыл бұрын
Yes containers are up
@pitocms
@pitocms Жыл бұрын
Without see difficult to tell what's the problem. Come is google meet if you require quick help.
@kavithak1138
@kavithak1138 Жыл бұрын
Yes please
@93stiven
@93stiven Жыл бұрын
ERROR: The Compose file './docker-compose.yml' is invalid because: Unsupported config option for services: 'phpmyadmin linux :/
@MinhTuanNguyen-hx6ye
@MinhTuanNguyen-hx6ye Жыл бұрын
you can delete enviroment in phpmyadmin
@radybmcs6516
@radybmcs6516 Жыл бұрын
How to execute Makefile sir I cannot run this file
@pitocms
@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
@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
@pitocms Жыл бұрын
What is your operating system ? Are you using VScode ?
@radybmcs6516
@radybmcs6516 Жыл бұрын
@@pitocms I am using Windows 10
@pitocms
@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
@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
@EvanEdrok
@EvanEdrok 7 ай бұрын
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.
@DevelopmentKit
@DevelopmentKit 2 жыл бұрын
What software have you used to record your video?
@pitocms
@pitocms 2 жыл бұрын
OBS.
@montecristo31
@montecristo31 Жыл бұрын
thanks!
@MinhTuanNguyen-hx6ye
@MinhTuanNguyen-hx6ye Жыл бұрын
i can't sign in phpmyadmin, please help
@hafiznugraha3063
@hafiznugraha3063 Жыл бұрын
how to change limit import file on docker phpmyadmin
@EduCodigosPro
@EduCodigosPro 8 ай бұрын
localhost:9000 says: Forbidden You don't have permission to access this resource. Apache/2.4.57 (Debian) Server at localhost Port 9000
@kavithak1138
@kavithak1138 Жыл бұрын
But url is not found
@fuukowatty9817
@fuukowatty9817 Жыл бұрын
Hi you know how can I add next.js to this stack?
@pitocms
@pitocms Жыл бұрын
How you are trying Laravel API + Vue js ?
@fuukowatty9817
@fuukowatty9817 Жыл бұрын
@@pitocms I made project with next.js actually so it must be next ;/
@fuukowatty9817
@fuukowatty9817 Жыл бұрын
so Laravel API + next.js I found example with sail but there is not frontend container installed
@protapbarman2532
@protapbarman2532 3 ай бұрын
make command not found
@HasanKarar
@HasanKarar 2 жыл бұрын
প্রথম
@pitocms
@pitocms 2 жыл бұрын
Thank you Bhai. 😊💓
@alimulmahfuztushar7001
@alimulmahfuztushar7001 Жыл бұрын
php artisan serve giving 403 forbidden error
@pitocms
@pitocms Жыл бұрын
check in /public is it working ? If work then create .htaccess file in root directory.
@ABC-hr9eu
@ABC-hr9eu Жыл бұрын
docker exac -it laravel-docker bash unknown shorthand flag: 'i' in -it
@bhaveshkapoor8183
@bhaveshkapoor8183 8 ай бұрын
check whether the container is running in background or not and then exec the same
@mk7929-x6q
@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
@pitocms Жыл бұрын
It's seems htaccess issue. Create a htaccess file in root directory.
@IgorOliveira-kv8sf
@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
@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
@blessdarah1256
@blessdarah1256 3 ай бұрын
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.
@1mpiero
@1mpiero 9 ай бұрын
This is beginner and not professional,
@kavithak1138
@kavithak1138 Жыл бұрын
Yes need help
@kariukijoseph2036
@kariukijoseph2036 4 ай бұрын
Professional way? Really?
@ThienTran-wi2pq
@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
@muhammadbangkit7528 Жыл бұрын
same
@danielwagner7491
@danielwagner7491 11 ай бұрын
chown -R www-data:www-data html/
@danielwagner7491
@danielwagner7491 11 ай бұрын
chown -R www-data:www-data html/
11 ай бұрын
Very good, man! Thank you very much!
@protapbarman2532
@protapbarman2532 3 ай бұрын
please explain the ".env file will not be uploaded in git"
Laravel with Docker
18:27
Scrypster
Рет қаралды 105 М.
Disrespect or Respect 💔❤️
00:27
Thiago Productions
Рет қаралды 42 МЛН
Каха и лужа  #непосредственнокаха
00:15
Setting up a LAMP Stack from Scratch using Docker
28:24
Adam Thomas
Рет қаралды 27 М.
Как установить Laravel с Docker Compose
19:07
Docker+Cakephp+Mysql easy and professional way.
19:49
Alimon Pito
Рет қаралды 1,6 М.
Create a local Laravel dev environment with Docker
14:48
Andrew Schmelyun
Рет қаралды 198 М.
Getting started with Docker Compose
6:22
Amichai Mantinband
Рет қаралды 7 М.
Easily deploy a Laravel application with Docker
21:21
Andrew Schmelyun
Рет қаралды 90 М.
8. Transport Layer Protocols (2)
44:08
Orkhan Huseynli
Рет қаралды 32
Disrespect or Respect 💔❤️
00:27
Thiago Productions
Рет қаралды 42 МЛН