Run multiple Laravel projects from Homestead - Set up Laravel Homestead tutorial 5

Поделиться
HTML-код
  • Опубликовано: 28 мар 2019
  • Follow me on social media:
    Twitter: @QuentinWatt
    Facebook: @quentinwatt
    Instagram: @quentinwatt
    Subscribe:
    / quentinwatt
    I also make videos here:
    / quentin
    Donate with Paypal:
    www.paypal.com/cgi-bin/webscr...

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

  • @1987Rlee
    @1987Rlee 4 года назад +4

    So this series has literally saved my life!!! Thank you. I was needing a little more help than the Laravel site offered.

  • @MartinHenk
    @MartinHenk 4 года назад +1

    Thank you so much for this series! There were at least 1-2 things in each episode that I couldn't figure out based on the official Laravel site. Thanks to these videos I got things up and running and going to save a ton of time down the line.

    • @QuentinWatt
      @QuentinWatt  4 года назад

      Glad I could help! If you're using a Mac, try Valet. It's easier than homestead.

  • @zacharyedwards1828
    @zacharyedwards1828 4 года назад +1

    this series has been incredible. keep up the good work.

  • @HuyNguyen-nm4cm
    @HuyNguyen-nm4cm 4 года назад +1

    Quentin Watt.Thank you very much.I'm very happy with your's tutorials.Good Success!!!

    • @QuentinWatt
      @QuentinWatt  4 года назад +1

      Thank you, I'm glad it helped. :)

  • @ArchRealGaRo
    @ArchRealGaRo 4 года назад +1

    Thanks for the series!
    You helped a lot!

    • @QuentinWatt
      @QuentinWatt  4 года назад

      Glad to hear that. :D
      Happy my content is helpful.

  • @mrdacom
    @mrdacom 5 лет назад +5

    Broo... You're a lifesaver :D

  • @Why-kn4iw
    @Why-kn4iw 4 года назад +1

    Thanks for the tutorial! I've learned a lot.

  • @yuhaozhang3571
    @yuhaozhang3571 4 года назад +1

    Thank you so much!
    So clear!
    Love you!

  • @leadebray1756
    @leadebray1756 5 лет назад +1

    You're the best !

  • @delubiod1970
    @delubiod1970 4 года назад +1

    Good Lord. Man, I almost gave up on this Laravel thing. The Laravel documentation is no even close to what you do here. Thank you so much!!!! Time to hit the road on PHP.

    • @QuentinWatt
      @QuentinWatt  4 года назад

      I’m glad the video was helpful ☺️

  • @engelbertvillar8747
    @engelbertvillar8747 4 года назад +1

    Thanks you for this.

  • @mpservatmand
    @mpservatmand 4 года назад +1

    Thanks for the tutorial! it was amazing. (Y)

  • @treycausey6273
    @treycausey6273 4 года назад +1

    wow. i fussed around so much with the multi project setup before seeing this. You completely clear it up watching you run vagrant provision while the machine is still up but you are not SSHd in. Thanks.

    • @QuentinWatt
      @QuentinWatt  4 года назад

      Glad to hear I cleared it up for you.

  • @LakhyadeepChutia-wh9th
    @LakhyadeepChutia-wh9th 4 года назад +1

    Thanks a lot.

  • @murtiuso
    @murtiuso 4 года назад +1

    Thank u very much

  • @undroptik
    @undroptik 4 года назад

    Grateful !

  • @sajjadtalebi9405
    @sajjadtalebi9405 4 года назад +1

    thanks

    • @QuentinWatt
      @QuentinWatt  4 года назад

      It's a pleasure. Glad it was helpful.

  • @AEToys
    @AEToys 5 лет назад +3

    You should be able to do ‘vagrant rsync-auto’ to no have restart vagrant each time

    • @QuentinWatt
      @QuentinWatt  4 года назад

      Thanks for your contribution.
      I use Mac, so I use Laravel Valet and I don't have to work with Vagrant very often at all. This is just so Windows user's have something to follow along with. :D

  • @im_sieta
    @im_sieta 3 года назад

    Thanks..

  • @Mozahid4you
    @Mozahid4you 5 лет назад +1

    Waiting javascript,angular,mongodb videos from long time

    • @QuentinWatt
      @QuentinWatt  5 лет назад

      Well there will be some JavaScript in future but I'm not too sure about angular as I'd rather use Vue or maybe React. :)

    • @Mozahid4you
      @Mozahid4you 5 лет назад

      @@QuentinWatt ok react and vue is also fine...you teachs excellent

  • @snowfox6080
    @snowfox6080 4 года назад +3

    ehh insted of 1 command "php artisan serve" you have to done this steps and insted of "CTRL+C" and "php artisan serve" it takes about 1 seccound you have to wait 20sec ... because of command "vagrant provision" or "vagrant helt" + "vagrant up"
    i think i still miss something why people use it, because "php artisan serve" / php -S ... is MUCH FASTER

    • @QuentinWatt
      @QuentinWatt  4 года назад +1

      Thanks for the tip. I normally use Laravel Valet so I don't have to run these commands.

  • @JohnSmith-zl8rz
    @JohnSmith-zl8rz 2 года назад

    So I can run just one site at the time? I need run provision every time that I need to refresh to see the other site?

    • @QuentinWatt
      @QuentinWatt  2 года назад

      No.. the title of the video would not mislead you this way. You can have multiple sites running.

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

    Hi! Do you have tutorial on how to open a Laravel project someone has given you?

    • @QuentinWatt
      @QuentinWatt  8 месяцев назад +1

      There are some good blogs on medium for that.
      Usually:
      - clone the Laravel repo.
      - copy the .env.example file to a new .env file
      - run php artisan key:generate to generate the app key
      - add your database details to the .env
      - usually then run your migrations and seeders

  • @worm75
    @worm75 4 года назад

    Is there a way to run multiple Homestead instances (vagrant boxes). I have an instance that we use for work, but would like to have separate Homestead instance that I could use for personal projects. Thanks!

    • @QuentinWatt
      @QuentinWatt  4 года назад

      It’s possible although it’s a bit of a wasted resource. You can run them all in the same machine.
      If you want to have 2 you can set up everything in this series again in a different folder on your computer. You simply need to change the name of the vagrant box (which I think I do in tutorial 2) because I was running 2 vagrant machines for this series.

  • @TMimel0
    @TMimel0 4 года назад

    it's helpful, but I find it unclear do you can host both projects at the same time or only one of them?
    I have to ask how to create more than project and run them all in multiple ports/IP ?
    per example : api.homestead.test & web.homestead.test

    • @QuentinWatt
      @QuentinWatt  4 года назад

      As long as the virtual server is running. All projects will be accessible on the same port. They're all running at the same time.
      The domains are dependent on how you mapped your etc/hosts file, shown in a separate video.

  • @hasan7113
    @hasan7113 5 лет назад +1

    JAVASCRIPT new and an advanced css one

  • @brainfreeze7979
    @brainfreeze7979 3 года назад

    Where is "artisan"? I keep getting "Could not open input file: artisan"

    • @QuentinWatt
      @QuentinWatt  2 года назад

      In the root of the laravel project.

  • @TheSlyDragon93
    @TheSlyDragon93 4 года назад

    Unfortunately this didn't work for me and I'm on a windows machines sucks to be me

    • @QuentinWatt
      @QuentinWatt  4 года назад

      The documentation on it is available here:
      laravel.com/docs/6.x/homestead#adding-additional-sites
      It works the same for both mac and windows since it's just a yaml config. You should be able to read through the documentation carefully and find the problem. Remember to restart your vagrant machine, or re-provision like I did in the video.

  • @giorgimerabishvili8194
    @giorgimerabishvili8194 5 лет назад +1

    First viewer: )

    • @QuentinWatt
      @QuentinWatt  5 лет назад

      10 points! hehe. Have you joined the notification squad?

    • @hasan7113
      @hasan7113 5 лет назад

      @@QuentinWatt A new javascript series and an advanced css one too please.its been more than an year and i am still waiting .