Docker+Laravel+Mysql easy and professional way.

Поделиться
HTML-код
  • Опубликовано: 29 авг 2024
  • 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

Комментарии • 122

  • @jonathasrbr
    @jonathasrbr Год назад +21

    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 Год назад +6

    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 !

  • @codemoron_
    @codemoron_ Год назад +3

    Thank you for this. Finally, I was able to setup Laravel in docker.

  • @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.

  • @saaddarell9174
    @saaddarell9174 11 месяцев назад

    The best video for getting started with Docker. Simple, to the point.

  • @bharathraj3333
    @bharathraj3333 Год назад +1

    clear and good.. always indian techies rocks.

  • @JohnSmithhh
    @JohnSmithhh 29 дней назад

    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)

  • @ariwahyunahar2601
    @ariwahyunahar2601 Месяц назад

    the best video I got, how to use docker. Tks bro.

  • @mubafaw
    @mubafaw 6 месяцев назад

    You are a legend. Make my life easy. Thank you Sir.

  • @Howto-ds7cx
    @Howto-ds7cx Год назад +1

    Best video for docker compose laravel. ❤

  • @aleksandrsh3893
    @aleksandrsh3893 8 месяцев назад

    Величезне спасибі. Чудовий урок. Thanks a lot. Great lesson.

  • @mbiregueye2988
    @mbiregueye2988 Год назад

    A best tuto for Larevel / Docker and Mysql

    • @pitocms
      @pitocms  Год назад

      Glad it was helpful!

  • @rabigorkhali
    @rabigorkhali 9 месяцев назад

    Thanks for the simple and best tutorial. This tutorial saved my day

    • @pitocms
      @pitocms  9 месяцев назад

      You're welcome!

  • @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

  • @semuthitam2211
    @semuthitam2211 8 месяцев назад

    finally i can install laravel in with docker thanks you hero.. :)

  • @sashetrajkovski6006
    @sashetrajkovski6006 Год назад

    Same comment as the rest, great video ! You earned one more subscriber today. Great work !

    • @pitocms
      @pitocms  Год назад

      Thank you 😊 and welcome.

  • @lasithadulshan7357
    @lasithadulshan7357 6 месяцев назад +1

    Thank you for the valuable content!

  • @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.

  • @shahadathossain-i5v
    @shahadathossain-i5v 4 дня назад

    Can you please make another tutorial to dockerize a Laravel and vue js application?
    NB. Application should run on a virtual host

  • @carminemonaco9796
    @carminemonaco9796 Год назад +1

    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

  • @mlabdev
    @mlabdev Год назад

    its work on me ... thanks sir you save my life

    • @pitocms
      @pitocms  Год назад

      Glad to hear that.

  • @faizanshakil2775
    @faizanshakil2775 Год назад +3

    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.

  • @cabrelngako8877
    @cabrelngako8877 9 месяцев назад +1

    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  9 месяцев назад +1

      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 😊🙏

  •  8 месяцев назад

    Very good, man!
    Thank you very much!

  • @yudantyodev-zm3hc
    @yudantyodev-zm3hc Месяц назад

    superb tutorial thanks sir

  • @rony2alamin201
    @rony2alamin201 9 месяцев назад

    Very Nice & Helpful video

  • @bevedel
    @bevedel 2 месяца назад

    really helpful. thank you.

    • @pitocms
      @pitocms  2 месяца назад

      Glad it was helpful!

  • @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

  • @scottmcmullan6497
    @scottmcmullan6497 Год назад

    Fantastic video, thanks mate!

    • @pitocms
      @pitocms  Год назад

      You are most welcome

  • @1mpiero
    @1mpiero 6 месяцев назад +3

    This is beginner and not professional,

  • @mayrapereira3910
    @mayrapereira3910 Год назад +3

    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.

  • @protapbarman2532
    @protapbarman2532 17 дней назад

    please explain the ".env file will not be uploaded in git"

  • @techietoons
    @techietoons 11 месяцев назад +1

    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

  • @t1000bay
    @t1000bay 8 месяцев назад

    Good explanation 😊

  • @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

  • @zahidurrehman431
    @zahidurrehman431 7 месяцев назад

    Sir which docker plateform you have using please mentioned his name?

  • @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

  • @updatetamila007
    @updatetamila007 Год назад

    Great Buddy good learner

    • @pitocms
      @pitocms  Год назад

      Thank you! Cheers!

  • @helvionobrega7709
    @helvionobrega7709 Год назад +1

    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  Год назад +4

      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 9 месяцев назад

      ​@@pitocms

  • @nhanoan5461
    @nhanoan5461 9 месяцев назад +2

    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 11 дней назад

      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.

  • @user-gq7ed7cp3z
    @user-gq7ed7cp3z Год назад

    Best explanation

    • @pitocms
      @pitocms  Год назад +1

      Thanks for liking

  • @AhmedSaadHassan
    @AhmedSaadHassan 2 месяца назад

    great job, thank you

  • @kentOlortigue
    @kentOlortigue 4 месяца назад

    Thanks for the information

    • @pitocms
      @pitocms  3 месяца назад

      My pleasure.

  • @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

  • @prouser12121
    @prouser12121 6 месяцев назад

    Excellent

  • @93stiven
    @93stiven Год назад

    ERROR: The Compose file './docker-compose.yml' is invalid because:
    Unsupported config option for services: 'phpmyadmin
    linux :/

  • @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

  • @protapbarman2532
    @protapbarman2532 16 дней назад

    make command not found

  • @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  Год назад +1

      It seems htaccess issue. please check in /public , is it working ?

  • @DevelopmentKit
    @DevelopmentKit Год назад

    What software have you used to record your video?

  • @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

  • @mehrabhosen
    @mehrabhosen Год назад

    Helpful Video

  • @MinhTuanNguyen-hx6ye
    @MinhTuanNguyen-hx6ye 11 месяцев назад

    i can't sign in phpmyadmin, please help

  • @cassianopacheco5407
    @cassianopacheco5407 Год назад

    you're a fucking legend, mate

  • @kavithak1138
    @kavithak1138 Год назад

    But url is not found

  • @montecristo31
    @montecristo31 Год назад

    thanks!

  • @radybmcs6516
    @radybmcs6516 Год назад +1

    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 Год назад +1

      @@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 Год назад

    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

  • @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

  • @HasanKarar
    @HasanKarar Год назад

    প্রথম

    • @pitocms
      @pitocms  Год назад

      Thank you Bhai. 😊💓

  • @alimulmahfuztushar7001
    @alimulmahfuztushar7001 Год назад

    php artisan serve giving 403 forbidden error

    • @pitocms
      @pitocms  Год назад +1

      check in /public is it working ? If work then create .htaccess file in root directory.

  • @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 :(

  • @kavithak1138
    @kavithak1138 Год назад

    Yes need help

  • @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

  • @kariukijoseph2036
    @kariukijoseph2036 2 месяца назад

    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.