How to serve sites on valet?



How to serve sites on valet?..

Answer / Devki Nandan Sharma

To serve sites on Valet, you first need to install it using composer. Then add your site's root directory to `Valet Parked` in the `Homestead.yaml` file. Finally, restart Homestead and Valet, and your site should be accessible at `your-mac-host.test`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What is active record in laravel?

1 Answers  


Explain validation concept in laravel.

1 Answers  


What is acl in laravel?

1 Answers  


How to generate application key in laravel? Why it is neccessary?

1 Answers  


Can laravel be hacked?

1 Answers  


How to use skip() and take() in laravel query?

1 Answers  


What is method spoofing in laravel?

1 Answers  


List types of relationships available in laravel eloquent?

1 Answers  


Tell me what is current stable version of laravel?

1 Answers  


How will you create a helper file in laravel?

1 Answers  


What is laravel vue?

1 Answers  


What is the difference between facades vs helper functions?

1 Answers  


Categories