Questions tagged [valet]

86 questions
0
votes
1 answer

Laravel Valet always returns "ErrorException: preg_match(): JIT compilation failed: no more memory"

A fresh install of Mac OS and Laravel valet didn't help get rid of the problem. I dug deeper and edited the php.ini files of both PHP 7.2 and 7.3. edit made on both files was "pecr.jit=1 to pecr.jit=0" still no luck. I've noticed that the errors…
Thavarshan
  • 45
  • 1
  • 9
0
votes
1 answer

Laravel Valet 403 forbidden

I am having issues with setting up Laravel Valet on my machine (MacOS Mojave 10.14). I followed the official documentation on Laravel documentation site. I have installed Valet, added Composer to path, I can run valet and laravel commands from…
Norgul
  • 4,613
  • 13
  • 61
  • 144
0
votes
2 answers

blog.test not showing welcome page with valet on laravel

I am very new to Laravel. I have created a local development site blog.test using command laravel new blog on MacOS following documentation in Laravel site. When using command php artisan serve in ~/Sites/blog folder then blog.test is showing…
Rajesh
  • 11
  • 4
0
votes
1 answer

Asset are not accesible laravel valet

I am trying to setup an existing laravel project in my localhost. I am using Linux Mint along with Valet Linux 2.0 Valet linux works fine as I am able to setup new laravel project which works fine. But now I am trying to setup an existing laravel…
0
votes
2 answers

terminal printing text repeatedly without stop in valet ping foo.dev

My terminal prints and doesn't stop printing the following code after ping foo.dev using valet: 64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.040 ms 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.068 ms 64 bytes from 127.0.0.1: icmp_seq=2…
Adam
  • 157
  • 1
  • 2
  • 12
0
votes
2 answers

Laravel valet share production domain

Is it possible to serve my production domain through Laravel valet service?? I have my domain which I have purchased but I want to share my website through valet.
user8000871
0
votes
2 answers

Valet showing "Welcome to Nginx" for all sites

All of a sudden Valet is showing "Welcome to Nginx" for all my sites. I tried restarting valet using valet restart I tried unsecuring a specific domain to see if it isn't a https issue valet unsecure && valet secure I checked if the domain is…
Miguel Stevens
  • 8,631
  • 18
  • 66
  • 125
-1
votes
1 answer

Laravel Valet returns 404 error not found over local network

I'm basically trying to run my Laravel installation over laravel valet through Local Network sharing. I've followed the steps described on: https://laravel.com/docs/9.x/valet#sharing-sites-on-your-local-network However, I'm still having a 404 - not…
-1
votes
1 answer

Getting blank page when error in Laravel Valet WSL

I'm getting a blank page when an error occurs while using Valet WSL. I can read the error on the "title" of the browser tab but it shows no page content. I'm on Laravel 7 and valet-wsl 1.0.6 and WSL 1.
Gjaa
  • 1,461
  • 1
  • 19
  • 20
-1
votes
1 answer

Error while trying to load my laravel project on laravel valet

While trying to load my laravel project, i got this error SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known (SQL: select * from `users` where `email` =eniola@gmail.com limit 1) . From my search for…
-1
votes
1 answer

When trying to install valet and composer I get this message. Installation failed, reverting ./composer.json to its original content

I'm trying to get valet working but when I run composer global require cretueusebiu/valet-windows I get this error: Your requirements could not be resolved to an installable set of packages. Installation failed, reverting ./composer.json to its…
1 2 3 4 5
6