Questions tagged [valet]

86 questions
0
votes
1 answer

homebrew php install on El Capitan fails @ nghttp2 dependency

Following the Laravel guide to install valet on MacOS 10.11 El Capitan using homebrew, fails during php install @ nghttp2 dependency Specifically php install depends on httpd which in turn depends on nghttp2. nghttp2 installation fails with (Brew…
schliden
  • 11
  • 1
0
votes
1 answer

Why is valet-share doesn't add slash to request like local valet do

In local development using valet embedded images can be seen because the path to the storage is appended correctly with slash https://restaurants.test/storage/app/public/34/ic_launcher.png When I'd share the local site with Ngrok via valet share…
0
votes
1 answer

Valet returns 404 not found

I'm trying to get Valet to work but all my sites return 404 - Not found. My project folder is named Webb, inside is a folder named ogge. The path is ~/Desktop/Webb/ogge. Valet is parked in my project folder, the ~/.config/valet/config.json contains…
Oscar
  • 33
  • 3
  • 13
0
votes
1 answer

Windows 10 Latest Update - Laravel Valet - Creating Site Links in One Drive

I've been having issues ever since I updated my Windows 10. Actually, it happens every time I do a major update for Windows 10. My Valet Links to sites within OneDrive stopped working. If I run valet links I can still see all my site links correctly…
0
votes
1 answer

How can I integrate wordpress into magento 2 project in valet plus?

I am using Valet+ for my Magento projects. Currently I’m trying to add WP integration for M2 project. I put wordpress copy into pub/wp/ directory and want to go through the installation process, but I’m receiving 404 error when I’m trying to access…
Han Li
  • 41
  • 5
0
votes
1 answer

How to access to a local domain -which is used in a mobile app- from iPhone on testing phase?

I have been working on a NativeScript project that uses an API. The API project is on my MacBook and haven't deployed to anywhere yet. It's based on Laravel and I use Laravel Valet as development environment. I can't test the mobile app on iPhone…
Koray Küpe
  • 716
  • 6
  • 24
0
votes
1 answer

Setting up Laravel Valet Mysql issues

I am trying to install Laravel Valet on MAcOSX High Sierra. I have followed the instructions on the Valet homepage, installed homebrew, php 7.3, mysql@5.7. I have to use sudo when running brew services start. The error I get is: ERROR 2002 (HY000):…
olv53
  • 63
  • 13
0
votes
1 answer

Serve vue-cli project with valet

I'm trying to serve a local website using valet, but unsuccessfully. vue create my-project cd my-project If I serve the project with: npm run serve I get the default page with Vue logo. But if I serve the project using valet (with park or link…
DevonDahon
  • 7,460
  • 6
  • 69
  • 114
0
votes
0 answers

Laravel valet won't install

I had some problems with valet. I have used it for a while no. No i like to reinstall valet. But i don't get it installed. This is what i did before (whit help) Error installing php 71 with homebrew on my mac After this i got my homebrew…
mbo
  • 13
  • 6
0
votes
0 answers

Why is Laravel project showing 502 Bad Gateway nginx/1.17.2?

I recently update node on my mac, and strangely, all my laravel projects have stopped working. I use Valet for my Laravel project. So when I try to open local.myproject.test it shows 502 Bad Gateway nginx/1.17.2 Screenshots of Nginx error logs are…
Ankur Choudhury
  • 189
  • 2
  • 13
0
votes
1 answer

Valet doesn't work. Projects do not run in paths

I installed the valet, used commands: valet link laravel in "laravel" project folder run valet restart and valet links Site laravel SSL - URL http://laravel.test Path /Users/me/Sites/laravel At http://laravel.test I only see - It works! After…
Ilya Degtyarenko
  • 1,359
  • 8
  • 16
0
votes
1 answer

Importing Wordpress database into Laravel Valet, rows not being imported

I'm copying a Wordpress site from a server to a local Valet environment. When I export the database, I can see in the wp_options table that the rows such as the site_url etc are present. Yet when I import the database into Valet via either wp-cli or…
gurtfrobe
  • 316
  • 6
  • 17
0
votes
2 answers

I have a problem connecting to phpmyadmin using valet

I have just installed Laravel Valet for Windows and I have succesfuly linked phpmyadmin with the localhost server but when I want to connect with phpmyadmin( which is for me pma.test) it refuses the connection. I have already tried to change some…
0
votes
0 answers

Why does the php request counter increment by 2

In my project, there is just one file index.php and the following is the entire content of it:
Jacobdo
  • 1,681
  • 2
  • 18
  • 38
0
votes
1 answer

PHP commands execute twice when visiting server from Chrome

Update Since posting the below, I removed redis from the equation by running a similar operation with $_SESSION and incrementing in PHP natively. The same thing happens – but only when the site is viewed in Chrome. In Firefox and Safari, the integer…
magiclantern
  • 768
  • 5
  • 19