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
0
votes
0 answers

Xdebug stops working after "valet secure"

I have a problem related to Laravel Valet and Xdebug. The Xdebug stops working after valet secure command. The Xdebug was installed through PECL with Homebrew and works fine with unsecured sites. After running valet secure the Xdebug stops working…
0
votes
1 answer

"Make failed" when installing Imagick on MacOS Monterey with M1 chip

I use Laravel Valet. I'm trying to install the Image Magick PHP extension (PHP 7.4). I get as far as this: pecl install imagick And I get the error make failed. I'm on MacOS Monterey with the Apple Silicon M1 chip. Any tips?
Mike Mella
  • 79
  • 1
  • 7
0
votes
2 answers

Laravel 8: valet package installation error

I am getting these errors when trying to install Laravel/valet via running the command composer global require laravel/valet: laravel/valet v2.18.8 requires mnapoli/silly ^1.0 -> satisfiable by mnapoli/silly[1.0.0, ..., 1.7.3]. -…
Ice Techy
  • 11
  • 5
0
votes
3 answers

ERROR when try to install cretueusebiu/valet-windows

Hi Guys i try to install cretueusebiu/valet-windows, but i found the error like this : $ composer global require cretueusebiu/valet-windows Changed current directory to C:/Users/ROG/AppData/Roaming/Composer Using version ^2.4 for…
farijarefqy
  • 1
  • 1
  • 2
0
votes
0 answers

laravel/valet: Nginx is not coming up

I recently opened an issue on GitHub, but the more I think about it, the more confident I am, this is not a valet-bug, so I guess if I can gather more information, I am going to close this issue. The problem I was installing valet just like shown in…
SPQRInc
  • 162
  • 4
  • 23
  • 64
0
votes
1 answer

How can I link several domains to one Laravel project?

I have this one project, that has 3 databases and 1 dynamic page, which takes content from those databases. I need 3 different URLs (url1.test, url2.test, url3.test), each should contain one page, filled with data from assigned database. How can I…
Dameli
  • 3
  • 2
0
votes
2 answers

Valet, Xdebug after reboot Big Sur not working

After successfully installing Valet, Xdebug and configuring VSCODE for the Listener for Xdebug 3. and checking that everything worked, at the first power off and on of the mac (OS: Big Sur), Xdebug started to stop working. I tried to restart valet…
Pave
  • 1
  • 2
0
votes
1 answer

Looks like Laravel valet is starting two nginx processes

I have tried most things now so I'm desperate for some help. I have tried to reinstall laravel valet. I have also tried to reinstall brew but I keep getting the same error. When I run brew services list I get: ▶ brew services list Name Status …
Cous
  • 79
  • 7
0
votes
2 answers

how to use Valet server with a port different from 80?

Do you know of any way to run Valet on a port other than 80? I need it because it's going to conflict with MAMP (and don't want to change MAMP ports).
Luca Reghellin
  • 7,426
  • 12
  • 73
  • 118
0
votes
1 answer

PhpMyAdmin errors after setting up composer and Valet

after setting up my laravel dev environment (composer, laravel, laravel/valet) when I open phpMyAdmin it shows some errors. I've tried few solutions from the internet but nothing helps. That's errors: Warning in ./libraries/classes/Config.php#1681 …
0
votes
1 answer

laravel valet not works after php8 upgraded

I just upgraded brew .. brew update // or brew upgrade .. and suddenly php 8 has installed on my macbook. After that, Laravel valet does not work.. I wonder if I have to remove php8 and reinstall php 7.x . Or maybe I can get how to fix this…
bingglex
  • 185
  • 4
  • 8
0
votes
1 answer

How to share subdomain site using laravel valet?

I'm developing site with subdomain. I am using laravel valet as well So, It's currently look like https://app.portal.test/ in my local environment. I want to share this site using laravel valet sharing site option sharing-sites-via-ngrok. But it's…
Senthurkumaran
  • 1,738
  • 2
  • 19
  • 29
0
votes
1 answer

Access denied on mysql@5.7

I installed via brew on macos the package mysql@5.7 so that can work with Laravel, following the present documentation but I cannot access to mysql@5.7 $ mysql -u root -p Enter password: ERROR 1045 (28000): Access denied for user…
John smith
  • 67
  • 7
0
votes
2 answers

Installing Custom Certificate on Laravel Valet (For using an external service)

I need to install a trusted certificate for Laravel Valet (For working locally), I've installed it on my live Ubuntu servers with no problems. Example on how I installed on Ubuntu: Installed the certificate inside this location…
Vinnie
  • 81
  • 4
0
votes
1 answer

Why symlink not working in php artisan serve in laravel

I just tried the symbolic link in laravel, and it is working fine when I'm using valet. But when I use php artisan serve command, it returns 404 error. I've read a lot regarding this topic but none of them works. Maybe you have an idea? 404 when…
Blues Clues
  • 1,694
  • 3
  • 31
  • 72