Questions tagged [valet]

86 questions
0
votes
1 answer

Cant find Laravel valet's nginx and php configration file directory

I am using Laravel valet and working on getting data from API which takes more than 3 minutes to return result. Now the problem is when I use curl or get_file_contents, I get timeout error ""504 Gateway Time-out nginx/1.23.1" in 60 seconds and no…
Johnx
  • 1
  • 4
0
votes
0 answers

I tried to Install valet for laravel on Windows

So i run this cmd => composer global require cretueusebiu/valet-windows but i got :12 packages you are using are looking for funding Use the composer fund command to find out more!
0
votes
0 answers

Xdebug on macOS 10.13 HighSierra with Valet

I am trying to install XDebug on my macOS High Sierra 10.13 that is running PHP 7.3. Also have Valet and the app is running on PHP@7.2 via Valet link. I need to install XDebug, but I can't! There's any way to do that? Let's see some…
Marcello Pato
  • 500
  • 6
  • 21
0
votes
0 answers

Laravel Valet is not working after installing redis

Just installed redis on the php that's used by valet. Now all I get is the redis error. I even tried uninstalling valet and installing again. But this persists. valet restart Warning: Cannot load module "redis" because required module "igbinary"…
Leutecia
  • 95
  • 1
  • 4
  • 9
0
votes
0 answers

Can run a php application with Nginx manually when Laravel Valet is installed?

i have valet installed and configured on my system.and all i do is go to my browser and do folder-name.test and the project runs. now,can i run a PHP application which is outside of valet folder with nginx manually?
0
votes
2 answers

Shopware 6 Unable to find a matching sales channel for the request

I have been stuck on this for long enough now, basically I am wanting to try and use Shopware 6 as a PWA. To install shopware I make use of Valet and Git. But I am never able to use install Shopware6 in the right way because I am always getting the…
0
votes
1 answer

Your requirements could not be resolved to an installable set of packages - laravel / valet

I am running this command on the terminal: composer global require laravel/valet but I got this error message: Your requirements could not be resolved to an installable set of packages. Problem 1 - friendsofphp/php-cs-fixer is locked to…
Shibbir
  • 1,963
  • 2
  • 25
  • 48
0
votes
0 answers

Laravel valet 502 Bad Gateway after PHP upgrade to 8.1

I'm using laravel valet for years and I had several times problems with 502 Bad Gateway now I have it after I removed PHP 7.4 and installed PHP 8.1. Usualy this problem can be solved by doing valet install but now it doesn't work. My valet version…
Maxi B
  • 1
  • 1
  • 2
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
1 answer

Chrome gives me NX_DOMAIN when using Laravel Valet

I was having this issue today where I could not use Chrome web browser to view my Laravel projects using valet domain.test domains. I was getting this issue: DNS_PROBE_FINISHED_NXDOMAIN
0
votes
1 answer

PHP Ping no response

I'm running a local dev environment using larval valet on my Mac. And I'm trying to ping a host, however I never get a response. Running a simple shell command like "ls" works and gives the expected output. Code function getStatus($name) { $ip =…
Vengance
  • 1
  • 1
0
votes
1 answer

Laravel Valet/Nginx: 502 Bad Gateway: 93883#0: *613 upstream sent too big header while reading response header from upstream, client: 127.0.0.1

I've tried increasing the buffer sizes as suggested in other threads. Here is the output of sudo nginx -T | grep buffer fastcgi_buffer_size 4096k; fastcgi_buffers 128 4096k; fastcgi_busy_buffers_size 4096k; proxy_buffer_size 4096k; proxy_buffers …
user7431590
  • 91
  • 1
  • 7
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
0
votes
0 answers

Debug session was finished without being paused It may be caused by path mappings misconfiguration

I'm trying to use xdebug with phpStorm, valet on macOs I followed the instructions, installed xdebug, added configurations and set the settings in phpStorm xdebug config…
TAGHREEDAA
  • 11
  • 1
  • 5
0
votes
0 answers

How do I recover Laravel Valet after attempting to change the TLD from .test to .dev?

I successfully installed valet and had it working. I was able to verify this by successfully accessing my first linked domain testdomain.test. I'm working on my project with another developer. I wanted to change my setup to match his entirely so…
Front_End_Dev
  • 1,205
  • 1
  • 14
  • 24