Тёмный
No video :(

Docker+Laravel+Mysql easy and professional way. 

Alimon Pito
Подписаться 14 тыс.
Просмотров 60 тыс.
50% 1

This tutorial on docker environment for laravel + mysql , I also given an instruction how you can create make file for make your docker command more easy.
Update php ini file in docker : • Docker change php ini ...
Source : github.com/pit...
Previous tutorial : • Laravel docker without...
Facebook: / pito.cms
What's app: 8801737810405

Опубликовано:

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 121   
@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.
@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!
@codemoron_
@codemoron_ Год назад
Thank you for this. Finally, I was able to setup Laravel in docker.
@saaddarell9174
@saaddarell9174 11 месяцев назад
The best video for getting started with Docker. Simple, to the point.
@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.
@ariwahyunahar2601
@ariwahyunahar2601 Месяц назад
the best video I got, how to use docker. Tks bro.
@JohnSmithhh
@JohnSmithhh 22 дня назад
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)
@DM-fn7py
@DM-fn7py Месяц назад
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
@Howto-ds7cx
@Howto-ds7cx Год назад
Best video for docker compose laravel. ❤
@pitocms
@pitocms Год назад
Thank you.
@mubafaw
@mubafaw 6 месяцев назад
You are a legend. Make my life easy. Thank you Sir.
@rabigorkhali
@rabigorkhali 9 месяцев назад
Thanks for the simple and best tutorial. This tutorial saved my day
@pitocms
@pitocms 9 месяцев назад
You're welcome!
@mbiregueye2988
@mbiregueye2988 Год назад
A best tuto for Larevel / Docker and Mysql
@pitocms
@pitocms Год назад
Glad it was helpful!
@lasithadulshan7357
@lasithadulshan7357 6 месяцев назад
Thank you for the valuable content!
@sashetrajkovski6006
@sashetrajkovski6006 Год назад
Same comment as the rest, great video ! You earned one more subscriber today. Great work !
@pitocms
@pitocms Год назад
Thank you 😊 and welcome.
@yudantyodev-zm3hc
@yudantyodev-zm3hc Месяц назад
superb tutorial thanks sir
@semuthitam2211
@semuthitam2211 8 месяцев назад
finally i can install laravel in with docker thanks you hero.. :)
@aleksandrsh3893
@aleksandrsh3893 8 месяцев назад
Величезне спасибі. Чудовий урок. Thanks a lot. Great lesson.
@afrazahmadkhokhar
@afrazahmadkhokhar 11 месяцев назад
❤❤❤ Just like is not enough for this video. Great content.
@autodidactewebdev2368
@autodidactewebdev2368 Месяц назад
Thanks sir,please could you make a tutorial about redis and MySQL in laravel. Thanks indeed.
8 месяцев назад
Very good, man! Thank you very much!
@mlabdev
@mlabdev Год назад
its work on me ... thanks sir you save my life
@pitocms
@pitocms Год назад
Glad to hear that.
@rony2alamin201
@rony2alamin201 8 месяцев назад
Very Nice & Helpful video
@bevedel
@bevedel Месяц назад
really helpful. thank you.
@pitocms
@pitocms Месяц назад
Glad it was helpful!
@faizanshakil2775
@faizanshakil2775 Год назад
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 Год назад
I am on windows 10
@pitocms
@pitocms Год назад
Source has given in video description. Please download and run then check.
@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
@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 4 месяца назад
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.
@scottmcmullan6497
@scottmcmullan6497 Год назад
Fantastic video, thanks mate!
@pitocms
@pitocms Год назад
You are most welcome
@cabrelngako8877
@cabrelngako8877 8 месяцев назад
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 8 месяцев назад
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 6 месяцев назад
@cabrelngako8877 Thank you for asking this question @pitocms Thank you for answering this question It works for me now 😊🙏
@t1000bay
@t1000bay 8 месяцев назад
Good explanation 😊
@AhmedSaadHassan
@AhmedSaadHassan 2 месяца назад
great job, thank you
@protapbarman2532
@protapbarman2532 10 дней назад
please explain the ".env file will not be uploaded in git"
@techietoons
@techietoons 11 месяцев назад
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 9 месяцев назад
Getting same error
@arnoldsibanda7135
@arnoldsibanda7135 6 месяцев назад
you can check if files are there in your conatiner through an interactive shell@@subhankardutta3777
@kentOlortigue
@kentOlortigue 4 месяца назад
Thanks for the information
@pitocms
@pitocms 3 месяца назад
My pleasure.
@updatetamila007
@updatetamila007 Год назад
Great Buddy good learner
@pitocms
@pitocms Год назад
Thank you! Cheers!
@1mpiero
@1mpiero 6 месяцев назад
This is beginner and not professional,
@attran2001
@attran2001 6 месяцев назад
i just start learning docker for 1 day, do you have any videos can help me know more about docker with laravel
@dev_99999
@dev_99999 6 месяцев назад
if i have an existing laravel app how to copy files after clone it or clone it while buidling the container
@prouser12121
@prouser12121 5 месяцев назад
Excellent
@user-gq7ed7cp3z
@user-gq7ed7cp3z Год назад
Best explanation
@pitocms
@pitocms Год назад
Thanks for liking
@SchoolBoyJoooooo
@SchoolBoyJoooooo 3 месяца назад
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
@nhanoan5461
@nhanoan5461 9 месяцев назад
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 4 дня назад
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.
@forservice1977
@forservice1977 11 месяцев назад
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
@zahidurrehman431
@zahidurrehman431 7 месяцев назад
Sir which docker plateform you have using please mentioned his name?
@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 11 месяцев назад
@@pitocms is this safe?
@IgorOliveira-kv8sf
@IgorOliveira-kv8sf 9 месяцев назад
​@@pitocms
@mehrabhosen
@mehrabhosen Год назад
Helpful Video
@pitocms
@pitocms Год назад
Glad it helped.
@protapbarman2532
@protapbarman2532 9 дней назад
make command not found
@cassianopacheco5407
@cassianopacheco5407 Год назад
you're a fucking legend, mate
@pitocms
@pitocms Год назад
:D
@Howto-ds7cx
@Howto-ds7cx Год назад
How to run vite and node npm commands. Please guide
@hafiznugraha3063
@hafiznugraha3063 Год назад
how to change limit import file on docker phpmyadmin
@montecristo31
@montecristo31 Год назад
thanks!
@fatihtutar7583
@fatihtutar7583 2 месяца назад
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 2 месяца назад
check in localhost:9000/public
@fatihtutar7583
@fatihtutar7583 2 месяца назад
@@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 2 месяца назад
@@pitocms docker exec -it laravel-docker bash chmod -R 775 storage chown -R www-data:www-data storage
@chiqui1234ok
@chiqui1234ok Месяц назад
@@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
@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
@EduCodigosPro
@EduCodigosPro 5 месяцев назад
localhost:9000 says: Forbidden You don't have permission to access this resource. Apache/2.4.57 (Debian) Server at localhost Port 9000
@93stiven
@93stiven Год назад
ERROR: The Compose file './docker-compose.yml' is invalid because: Unsupported config option for services: 'phpmyadmin linux :/
@MinhTuanNguyen-hx6ye
@MinhTuanNguyen-hx6ye 11 месяцев назад
you can delete enviroment in phpmyadmin
@MinhTuanNguyen-hx6ye
@MinhTuanNguyen-hx6ye 11 месяцев назад
i can't sign in phpmyadmin, please help
@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 ?
@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.
@kavithak1138
@kavithak1138 Год назад
But url is not found
@DevelopmentKit
@DevelopmentKit Год назад
What software have you used to record your video?
@pitocms
@pitocms Год назад
OBS.
@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.
@kavithak1138
@kavithak1138 Год назад
Yes need help
@fuukowatty9817
@fuukowatty9817 11 месяцев назад
Hi you know how can I add next.js to this stack?
@pitocms
@pitocms 11 месяцев назад
How you are trying Laravel API + Vue js ?
@fuukowatty9817
@fuukowatty9817 11 месяцев назад
@@pitocms I made project with next.js actually so it must be next ;/
@fuukowatty9817
@fuukowatty9817 11 месяцев назад
so Laravel API + next.js I found example with sail but there is not frontend container installed
@ABC-hr9eu
@ABC-hr9eu 9 месяцев назад
docker exac -it laravel-docker bash unknown shorthand flag: 'i' in -it
@bhaveshkapoor8183
@bhaveshkapoor8183 5 месяцев назад
check whether the container is running in background or not and then exec the same
@michaelgyawu7929
@michaelgyawu7929 Год назад
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 9 месяцев назад
@@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 :(
@HasanKarar
@HasanKarar Год назад
প্রথম
@pitocms
@pitocms Год назад
Thank you Bhai. 😊💓
@kariukijoseph2036
@kariukijoseph2036 Месяц назад
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 8 месяцев назад
chown -R www-data:www-data html/
@danielwagner7491
@danielwagner7491 8 месяцев назад
chown -R www-data:www-data html/
Далее
Laravel Docker Course | Complete Laravel Dockerization
43:31
I forced EVERYONE to use Linux
22:59
Просмотров 414 тыс.
Как установить Laravel с Docker Compose
19:07
Docker Kit For Laravel #docker #laravel
42:03
Просмотров 1,7 тыс.
Docker and PHP Complete Tutorial
2:00:04
Просмотров 37 тыс.
Brutally honest advice for new .NET Web Developers
7:19
DHH discusses SQLite (and Stoicism)
54:00
Просмотров 59 тыс.
4 Tips To Succeed As A Self Taught Developer
11:08
Просмотров 38 тыс.
Laravel docker without sail.
13:21
Просмотров 7 тыс.