Create Multiple Laravel Projects Using Homestead in Windows 10 | Tutorial 2

preview_player
Показать описание

===========================

In this video tutorial will learn how to install and configure Multiple Laravel Projects using Homestead in Windows 10.

Install Wamp en Windows 10
===========================

===========================

Pcwebschool is a Channel dedicated to providing Viewers with clear and concise videos covering many subjects.
As always be sure to leave a 👍LIKE👍 and a nice little Comment if this Video Tutorial Helped You, It lets me know that I helped you guys out which is Awesome!

Don’t forget to support Pcwebschool, if you like
------------------------------------------------
Рекомендации по теме
Комментарии
Автор

THANKS A cool video with good explanations

dijiflex
Автор

Very good tutorial. Thank you so much.

mirekzhokhov
Автор

This video helped me a lot, thank you so much!

vakhrushevd
Автор

As Laravel mentioned in the docs :
"You should always map individual projects to their own folder mapping instead of mapping your entire ~/code folder. When you map a folder the virtual machine must keep track of all disk IO for every file in the folder. This leads to performance issues if you have a large number of files in a folder."

as i understood, you should separate project folders in Homestead.yaml in folders section .

this is an example from Laravel docs :

folders:
- map: ~/code/project1
to: /home/vagrant/project1

- map: ~/code/project2
to: /home/vagrant/project2

and also it is better to use unique IP address for every project, for example
198.168.10.10
198.168.10.11
...

milad