Questions tagged [laravel-valet]

Valet is a Laravel development environment for Mac minimalists

Valet is a Laravel development environment for Mac minimalists. No Vagrant, no /etc/hosts file. You can even share your sites publicly using local tunnels.

Laravel Valet configures your Mac to always run Nginx in the background when your machine starts. Then, using DnsMasq, Valet proxies all requests on the *.test domain to point to sites installed on your local machine.

https://laravel.com/docs/master/valet

272 questions
-2
votes
1 answer

Getting PHP 8 errors even though not using PHP 8

a few weeks back I setup PHP 8 but hit some issues in projects so reverted back to 7.4. However, a few of my projects are broken and the errors I'm getting all seem linked to PHP 8. An example is "Fatal error: Uncaught ArgumentCountError:…
Lovelock
  • 7,689
  • 19
  • 86
  • 186
1 2 3
18
19