Тёмный

Setting up a New Laravel Application and phpMyAdmin using Docker 

Adam Thomas
Подписаться 2,5 тыс.
Просмотров 84 тыс.
50% 1

In this video we setup a new Laravel application and phpMyadmin using a Docker and Sail.
Full Tutorial: codeadam.ca/learning/laravel-...
PHP: www.php.net/
Composer: getcomposer.org/
Laravel: laravel.com/
Sail: laravel.com/docs/9.x/sail
Docker: www.docker.com/
---
Website: codeadam.ca/
Twitter: / codeadamca
Instagram: / codeadamca
GitHub: github.com/codeadamca

Игры

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

 

14 мар 2022

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 83   
@overstandnigeria
@overstandnigeria 7 месяцев назад
Thank you so much for this. I'm a Devops Engineer and I have been waiting for my devs to containerize our laravel backend and I needed something to get the pipline going while I wait on them .This just saved me some hours . Thank you so much .
@J90JAM
@J90JAM Год назад
Legend! This was slightly tricky to figure out as there's not a great deal of information online and the Laravel docs just seem to leave you on the edge of a cliff if it's your first experience setting up Laravel and especially using Sail.
@peterjohnvillanueva8113
@peterjohnvillanueva8113 Год назад
Thank you Adam! Really great tutorial for a newbie like me trying to setup Laravel and Docker. :)
@codeadamca
@codeadamca Год назад
Thanks!
@amirsoltani3595
@amirsoltani3595 Год назад
Thanks a lot Adam. It was really short and helpful.
@athleticed9753
@athleticed9753 2 года назад
You are golden! :) Thank you for this easy to follow tutorial.
@codeadamca
@codeadamca 2 года назад
Glad it helped!
@subashsharma3741
@subashsharma3741 9 месяцев назад
Great to learn this. Thanks soo much!
@StephenAinsworth1
@StephenAinsworth1 2 года назад
This was so good. Thank you so much!
@firasnazaini6449
@firasnazaini6449 Год назад
Thanks You SO MUSH for making this video! It help me with my problem.
@AnthonySmith-tw2ll
@AnthonySmith-tw2ll 2 года назад
Perfect tutorial, thank you Adam!
@codeadamca
@codeadamca 2 года назад
Glad you liked it!
@rorisangmadonko4981
@rorisangmadonko4981 9 месяцев назад
Great video. Thank you for teaching me. I understood everything 100%.
@ahahhaize
@ahahhaize 2 месяца назад
Saved me so many times. You are the best bro. Sadly that I can't like your video more than 1 time
@andersonbrandao1949
@andersonbrandao1949 7 месяцев назад
Thank you so much. Laravel is so easy to set up.
@messiasjunior2828
@messiasjunior2828 6 месяцев назад
The content is very good. Congratulations!
@makkapoya
@makkapoya Год назад
Thank you very much! It was really useful
@tiagooliveira14
@tiagooliveira14 2 года назад
Very good! Thanks!
@fawadazeem2248
@fawadazeem2248 Год назад
Great tutorial thanks ❤
@PauloVitor-pe7qp
@PauloVitor-pe7qp Год назад
Thank you Adam! very good
@rizwan.ahmad.qureshi
@rizwan.ahmad.qureshi 11 месяцев назад
Thankyou Adam for the video
@AhmedEssam-jv2nm
@AhmedEssam-jv2nm Год назад
you are the best >> life saver dude
@yoggyajiwibowo8538
@yoggyajiwibowo8538 7 месяцев назад
thank you, it works pretty well on me
@user-fu5gr9ck9v
@user-fu5gr9ck9v Год назад
all i can say is a huge thank you... : )
@sirajalzahran9804
@sirajalzahran9804 4 месяца назад
Thank you, great tutorial
@LINQQQ
@LINQQQ Год назад
GOOD JOB, THANK YOU!)
@MrJonardski
@MrJonardski Год назад
THANK YOU SO MUCH!
Год назад
Thank you Adam! +1 subscribed.
@Sdirimohamedsalah
@Sdirimohamedsalah 6 месяцев назад
Great video , how build it and remove unnecessary packages in order to be ready for production environment? Any ideas?
@sazidahmed3012
@sazidahmed3012 2 года назад
Just perfect
@UmitCanakci
@UmitCanakci Год назад
Thank you so much!
@michellesayson6130
@michellesayson6130 Год назад
Thank you so much ❤
@Ms_Mac
@Ms_Mac 8 месяцев назад
Do you have a video or instructions where you can attach a different database, like mongo db?
@mehlulinokwara3841
@mehlulinokwara3841 Год назад
Beautiful
@syafiqazizan8719
@syafiqazizan8719 2 года назад
Hi, it a great video! I am a beginner for laravel & docker. It would be great also next tutorial can have a tutorial how to manually dokerize laravel9 with nginx, mysql, phphmyadmin, & redis. As a student from university I can learn to dokerize a good step without using laravel sail. Hope you can give reference to beginner like me
@codeadamca
@codeadamca 2 года назад
That's a good idea for a video! I do have one where I use Docker to manually setup a standard LAMP stack, and that LAMP stack could be used to run a Laravel application. You may just need to adjust the default Apache root folder to the public folder within your Laravel application. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-zWyggxV51oQ.html
@syafiqazizan8719
@syafiqazizan8719 2 года назад
@@codeadamca Thank you. I already follow that tutorial with LAMP (Apache). It also a good tutorial for beginner like me with PHP. Hope soon can hand on with LEMP(Nginx) stack include Doker, Laravel & Redis.
@SalakotPhilippines
@SalakotPhilippines 10 месяцев назад
Thanks Adam
@clementborisov7050
@clementborisov7050 11 месяцев назад
Hey, man, can you set up React using Vite and dockerize that React app with this setup?
@miguelangelgaray7682
@miguelangelgaray7682 2 года назад
Hi Adam, thanks for the tutorial. I've noticed that you ran the migration through the Laravel container's console in docker. I've been trying to do that through the VS Code integrated terminal and also through PowerShell, both at my project location without luck(I get 2002 error). Do you happen to know why I can only run migrations through the Laravel container command line?.
@codeadamca
@codeadamca 2 года назад
Each container in Docker is essentially a different computer or virtual hosts. In this example, our docker-compose.yml creates six different computers. One to run the application, one to run the MySQL database, one to run PHPMyAdmin , etc... When you open a terminal using a Docker container, those commands are being executed on that computer. For example when you run a migration on the container named "fresh-laravel_laravel", it will use the database settings to add tables to the "fresh-laravel_mysql" container. When you use the terminal in VSCode or PowerShell, it will attempt to run the migration on your local computer. This won't work because the migration will use the database information from .env file, and from your local computer's "point of view" it won't be able to find the database server. Using Docker means you don't even need PHP, Laravel, MySQL, etc... installed on your local computer. Hope that helps!
@firelordkushroll
@firelordkushroll 2 года назад
in the shell i just run sail shell, it opens a shell for the laravel contianer, and i run all artisan commands there. ez pz
@Mrtassan
@Mrtassan Год назад
you can run the command from vs code like this. ./vendor/bin/sail php artisan migration:refresh Prefixing the command with sail, tells the laravel app to run the command inside the container
@punkygamer7668
@punkygamer7668 9 месяцев назад
Its my first day since im trying with laravel sail docker and its pretty much confusing. Im using windows os and without sail im confident using laravel but can you clear my doubts. If i create a new project then will the Images of mysql, redis bla bla bla will be created again or not ? Clear my doubts i will really appreciate your help sir.
@himaliamit8698
@himaliamit8698 8 месяцев назад
when i type ./vendor/bin/sail up. it says error invalid host header. i couldnt find appropriate answers aswell.
@dtb8008
@dtb8008 Год назад
Hi Adam, thank you so much for this tutorial. Whenever I run a migration inside the laravel container's shell, and want to save something in that migrationfile in VScode, I get: an Insufficient permissions error. I have to type my sudo password every single time I want to save the file. Why is that and how can I fix it?
@codeadamca
@codeadamca Год назад
Sorry, but I'm not sure. I have never encountered his before. I have one possible help... Try running the migration command using sudo, something like: sudo php artisan migrate:refresh --seed It should as for your password the first time, but not every time.
@firelordkushroll
@firelordkushroll 2 года назад
do i send another dev just all teh code and let the docker-compose file do everything? or is there a way to package the 4+ containers and send those to them?
@codeadamca
@codeadamca 2 года назад
Ideally you should use a GiHub repo, then all the other developer needs is your GutHub repo URL (if not send them your code, not including the vendors folder). Then they can clone the repo. Run the Docker compose. From the main container run PHP composer and the Laravel migrations. Then they should have an identical functional app!
@firelordkushroll
@firelordkushroll 2 года назад
@@codeadamca mkay thats what i was thinking. thank you. using private repo rn, which is a headache sometimes. but mkay wanted to ask. ty!
@HassanMpuruti
@HassanMpuruti Год назад
Hi, Amazing tutorial. Can you help me i am having trouble location the project files after running the "curl laravel build" command
@codeadamca
@codeadamca Год назад
The files should be located in the same directory you executed the cURL command in. Next time run "pwd" (stands for present working directory) before running the command, then you can find your files using Finder or VSCode.
@VishalRana-ix9ry
@VishalRana-ix9ry 2 года назад
I want to do this but with Ubuntu as core image then nginx and php on it which run the container need help
@codeadamca
@codeadamca 2 года назад
If you go to the Docker Hub, there are lots of NGINX images, one of those may be sufficient: hub.docker.com/_/nginx I have never personally run a Laravel application on an NGINX server. I have only used NGINX for Node.js applications.
@amrhesham6383
@amrhesham6383 2 месяца назад
thanks a lot
@jdwileymon
@jdwileymon Год назад
do you actually need Sail to run a laravel app on Docker? what about dockerizing an existing laravel app?
@codeadamca
@codeadamca Год назад
You don't need Sail to run a Laravel app on Docker. You can set up a pretty standard LAMP stack using Docker and deploy a Laravel app. I walk through setting up Dovker from scratch here: studio.ru-vid.comzWyggxV51oQ/edit
@AMoktar
@AMoktar 11 месяцев назад
Thanks 🙏
@domjanzsoo
@domjanzsoo 5 месяцев назад
Thanks.
@user-lj9vi2cj9f
@user-lj9vi2cj9f Год назад
thanks !
@atovan3236
@atovan3236 Год назад
services.phpmyadmin Additional property enviroment is not allowed How to fix that, bro ?
@codeadamca
@codeadamca Год назад
Sorry, that's a hard one without seeing the error. I think it might be an indentation error. In the docker-compose.yml the tabbing must be accurate!
@toluayeni2482
@toluayeni2482 Год назад
I can't login into phpmyadmin, mysqli::real_connect(): (HY000/2002): Connection refused.
@iamzxenxi2260
@iamzxenxi2260 Год назад
same issue here mysqli::real_connect(): php_network_getaddresses: getaddrinfo for msyql failed: Temporary failure in name resolution mysqli::real_connect(): (HY000/2002): php_network_getaddresses: getaddrinfo for msyql failed: Temporary failure in name resolution
@iamzxenxi2260
@iamzxenxi2260 Год назад
it turns out i made a typo in pma_host lol
@worldoflanguages1043
@worldoflanguages1043 28 дней назад
im getting503 SERVICE UNAVAILABLE
@deepakms5918
@deepakms5918 Год назад
👍👍👍
@rishneelchand195
@rishneelchand195 Год назад
Laravel is working but localhost:8001 not working. The php my admin page is not coming.ANy idea why?
@kanao8378
@kanao8378 Год назад
i have same issue, have you find the solution?
@rishneelchand195
@rishneelchand195 Год назад
@@kanao8378 I tried to close of any ports that are using 8001 port and also close mysql and apache http server on your task manager if there is any and finally put the command docker compose up and then the vendor bin sail up command
@MegaOsama99
@MegaOsama99 Год назад
❤ Like * 1000
@user-qb6dq3jc4j
@user-qb6dq3jc4j 9 месяцев назад
Is this a joke ? where is the installation docker process, and the req things to fulfill , wht os u are using ?
@anonnim5132
@anonnim5132 6 месяцев назад
bullshit
@Sebastian-rh5gt
@Sebastian-rh5gt Год назад
Thank you!
@1resscue
@1resscue Год назад
Damn I can't even run the first command...
@Myankov
@Myankov Год назад
If having this error: "The stream or file "/var/www/html/storage/logs/laravel.log" this is a solution: sudo chmod o+w ./storage/ -R
@codeadamca
@codeadamca Год назад
Thanks!
@ellgibug
@ellgibug 4 дня назад
Thank you so much for your video! It helped a lot!!!
@taianhnguyen6975
@taianhnguyen6975 Год назад
Great tutorial thanks ❤
Далее
Laravel Docker Course | Complete Laravel Dockerization
43:31
Setting up a LAMP Stack from Scratch using Docker
28:24
The intro to Docker I wish I had when I started
18:27
Docker Crash Course for Absolute Beginners [NEW]
1:07:39
No more Docker for PHP
8:05
Просмотров 22 тыс.
ПЕРВЫЕ ШАГИ В ЗОНЕ ОТЧУЖДЕНИЯ
26:29
ПОЛНЫЙ РЕАЛИЗМ в UBOAT 2024.1
47:02
Просмотров 144 тыс.
ПЕРВЫЕ ШАГИ В ЗОНЕ ОТЧУЖДЕНИЯ
26:29