Questions tagged [valet]

86 questions
15
votes
6 answers

Laravel - valet 404 not found

I have a laravel project which was working fine in http with php artisan serve. But I was working on a project where I needed to implement Facebook Login API which requires call from https, for doing this I installed valet globally executed…
Abhishek
  • 1,008
  • 1
  • 16
  • 39
12
votes
4 answers

Error when starting mariadb - no such process

I installed mariadb via homebrew to set up a wordpress enviroment. It is meant to work with laravel valet. I am currently using using the zsh shell. I installed it without a problem (10.3.12), but when I run mysql.server start I get the following…
Chris Shaugh
  • 185
  • 1
  • 1
  • 10
12
votes
11 answers

PHPInfo / Valet - Two different PHP versions

OK so I am experiencing something quite odd. My phpinfo() shows one version while php -v shows another. I am running locally on a MacBook Air (Mojave), with Laravel and Valet. phpinfo(): PHP Version 7.2.13 Configuration File (php.ini) Path …
oliverbj
  • 5,771
  • 27
  • 83
  • 178
10
votes
3 answers

dyld: Library not loaded: /usr/local/opt/tidy-html5/lib/libtidy.5.dylib

I have problem with my php on mac, previously I had 2 php versions php7.3 and php7.2. for some reason I uninstalled them then reinstall php7.2. when I run brew link php@7.2 and php -v I'm getting message dyld: Library not loaded:…
Thareeq Arsyad
  • 121
  • 1
  • 1
  • 6
6
votes
3 answers

PDOException::("PDO::__construct(): Unexpected server respose while doing caching_sha2 auth: 109") with MySQL 8 / PHP 7.2 / Laravel

I just installed my dev environnement. When I try to connect mysql db via SequelPro, I get: Authentication plugin 'caching_sha2_password' cannot be loaded As stated in: Authentication plugin 'caching_sha2_password' cannot be loaded, I ran: ALTER…
Juliatzin
  • 18,455
  • 40
  • 166
  • 325
5
votes
2 answers

Laravel Valet associating incorrect certificate with secure link

I've been using Laravel Valet for while, and I've just encountered a situation that is working my last nerve: after creating a new Laravel project, I went to the public directory and did valet link my_project, then valet secure my_project. Now,…
mpemburn
  • 2,776
  • 1
  • 35
  • 41
5
votes
2 answers

Shows only default page in ubuntu using valet-linux

I installed valet-linux in kubuntu 18.04 and followed the documentation. I also changed the path to make valet command works. I also added the directory of my projects which is located in another partition using valet park and change its port to…
Rafael
  • 172
  • 1
  • 11
4
votes
3 answers

How to setup a custom local domain name for a Node app similar to laravel valet?

I use Laravel valet as my local server and with that, it takes my project folder names and uses them as local domain names. So if I make a folder called test-website, I can now access that in the browser by going to test-website.test. Starting up a…
Jonathan P
  • 418
  • 5
  • 14
4
votes
2 answers

Laravel Valet share - Failed to connect to 127.0.0.1 port 4040: Connection refused

I have Valet setup and running fine on a Laravel project. I can visit mysite.test and the project loads as it should. However, when I run the command valet share I get a "Failed to connect to 127.0.0.1 port 4040: Connection refused" error. I've…
Darren
  • 169
  • 1
  • 6
4
votes
2 answers

Valet showing files under wrong Url

Currently running into issues on my server with links to files in my Laravel application. I currently have a images folder in storage/app/public and I linked the storage/app/public folder to public with php artisan storage:link. Now i have a…
Oli
  • 240
  • 1
  • 10
3
votes
0 answers

Laravel Valet: secure TLS certificate not working correctly on Ubuntu

Am using laravel valet on ubuntu and it's working fine except for TLS part it was working but it stops suddenly. when I try to secure any one of my sites and open it on chrome I get this error enter image description here
Owies Nama
  • 31
  • 1
3
votes
1 answer

Sharing valet sites on local network

According to the section "Sharing Sites On Your Local Network" on laravel.com/docs/7.x/valet#sharing-sites It states this: If you wish to allow other devices on your local network to access the Valet sites on your machine via your machine's IP…
AhmadKarim
  • 899
  • 1
  • 7
  • 16
3
votes
2 answers

Laravel valet secure does not work and where is nginx information coming from after deletion?

So I am working on Laravel/Valet, I was trying to use ssl. So I ran: valet secure examplesite This did not work. I have uninstalled valet, cleared cache, remove laravel/valet. Nothing worked. I just could not open the https://examplesite.test…
Olu Adeyemo
  • 825
  • 9
  • 17
3
votes
3 answers

Laravel Valet MySQL error: user specified as definer does not exist

On a fresh Laravel install, running Valet, app works fine. Problem is trying to set up a database, using MySQL. I can create a database, tell MySQL to use it, but can't do anything with it: mysql> create database foobar; Query OK, 1 row affected…
Isaac F
  • 199
  • 3
  • 7
2
votes
1 answer

Valet PHP-FPM and Nginx Errors - Upstream Closed Connection, Child Process SIGSEGV, and Database Access Issue

I'm experiencing issues with Laravel Valet on my macOS system. When I check the logs, I see some errors related to PHP-FPM and Nginx. Here are the logs: PHP-FPM Log: [01-Aug-2023 09:13:04] WARNING: [pool valet] child 79760 exited on signal 11…
1
2 3 4 5 6