laravel-valet Questions

6

So I store images inside my public folder inside a subdirectory called 'images', and I'm trying to make a request to one of them. However, I constantly get the error; Access to fetch at 'http://p...
Cheekbone asked 22/10, 2019 at 1:24

7

Solved

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 doi...
Convection asked 27/8, 2018 at 12:25

16

Solved

I am getting a 502 Bad Gateway on my Laravel projects running Laravel valet. I have tried many of the solutions online and with no success. i.e. https://gist.github.com/adamwathan/6ea40e90a804ea2b3...
Etymon asked 18/12, 2018 at 16:50

8

I have successfully followed the Setup a Mac Dev Machine until this tutorial: https://laracasts.com/series/setup-a-mac-dev-machine-from-scratch/episodes/10?autoplay=true The problem is that when I...
Kinney asked 11/8, 2017 at 15:3

5

I'm trying out Valet, it looks really nice from what I've heard. I've been trough the "whole" installation process, Valet is succesfully installed. But when I cd into my projects file and enter...
Khosrow asked 11/5, 2016 at 20:29

7

Solved

I got an error. $ valet install [DomainException] Unable to determine linked PHP. install 'which' command returns: $ which php /usr/local/Cellar/php70/7.0.6/bin/php
Nathanson asked 12/5, 2016 at 6:21

5

Solved

I try to increase the memory_limit of php with Laravel valet. What I see: With phpinfo() I see: memory_limit 128M Configuration File (php.ini) Path /usr/local/etc/php/7.4 Loaded Configuratio...
Costplus asked 14/12, 2019 at 14:38

6

Solved

I had a problem which appeared all of the sudden saying: Unable to determine linked PHP. which I could not solve so I uninstalled valet, php and dependencies. Then I installed fresh php7.1 bu...
Stefaniastefanie asked 30/4, 2019 at 8:57

3

Solved

I've recently updated Chrome to Version 58.0.3029.110 (64-bit). Since updating all of my development sites secured with valet are throwing a ⚠ Not Secure warning in the browser bar and I'm having t...
Flaccid asked 1/6, 2017 at 9:3

2

I get the error whenever I try to access the route created with valet home.test. I have tried all the solutions listed in similar issues like this solution but nothing seems to work The error is: S...
Extol asked 13/7, 2020 at 10:13

2

Solved

I have load laravel project which runs fine with valet domain something.dev Tried to implement browser sync with laravel-mix mix.browserSync({ proxy: 'something.dev' }); After running npm run ...
Prohibition asked 30/10, 2017 at 13:23

5

Solved

Working on a computer with several old Laravel projects. It looks like they are all parked with Valet. Valet is not working on new projects, I think because Valet is over extended. Is there a way...
Teets asked 10/4, 2018 at 14:15

1

Solved

I have noticed that in both Chrome and Firefox, my valet secured site has been displayed as Not Secure. It somehow works fine in Safari. Has anyone recently experienced this? When I do valet secure...
Batey asked 23/5, 2022 at 23:24

6

I use OSX El Capitan and PHP 7. I followed the installation guide so I install Laravel Valet version v1.1.3 successfully. I ping foo.dev or any.dev then the terminal prints "64 bytes from 127.0.0....
Dowdy asked 10/5, 2016 at 10:22

4

Solved

I've upgraded valet on my macbook (running catalina) and followed the laravel docs including re-running the valet install command and am seeing unexpected 502 Bad Gateway errors. I was checking the...
Torpedo asked 28/8, 2019 at 3:43

5

when I execute a PHP script which runs a cURL request to a .test domain that is setup on my Mac with Laravel Valet/dnsmasq, I get this error printed : Could not resolve: mydomain.test (Domain n...
Euphonious asked 14/2, 2019 at 10:40

1

Solved

I have a Laravel website served by Valet on backend.test and a Nuxt SPA on nuxt.backend.test:3005. When I try to authenticate to Sanctum with Nuxt Auth module, I get the CORS error below: Access...
Reductase asked 31/5, 2020 at 11:50

1

Solved

I decided to update and upgrade Homebrew on a Friday afternoon (because why not) and it appears to have resulted in a missing library that's affecting my ability to run pretty much everything (PHP,...
Coppice asked 31/5, 2019 at 18:25

2

Solved

I'm using laravel valet to serve sites in my local dev env, which is great. However, there's only one file in the expected location of ~/.valet/Log: ➜ ls ~/.valet/Log nginx-error.log I've tinke...
Facultative asked 30/1, 2019 at 1:23

7

Solved

Update: Don't use ".dev". When this was originally posted in 2016, it was fine. Now it's not. Start by changing your TLD to somethinge else like ".localhost" or whatever. (This change would not hav...
Plea asked 9/6, 2016 at 7:47

2

Solved

I installed Valet for the first time and I had some problems listed below: It throws an error saying: Unable to determine linked PHP. Even though I have PHP 7.1 installed by php-osx.liip.ch...
Multinuclear asked 27/10, 2016 at 5:45

2

Trying to get the valet setup working. It appears when accessing 127.0.0.1 the connection is refused which is the message I get when I go to one of the *.dev sites setup. I've made sure apache ...
Lailalain asked 12/7, 2016 at 20:54

3

Solved

I'm trying to install Laravel valet but I keep getting (when I visit domain.dev): It works! I already tried a lot. For example: remove valet stop apache (apachectl stop) composer global requi...
Birddog asked 26/9, 2016 at 16:44

1

I installed locally php71 with fpm on a mac. Then got valet working when going to 'ping anyting.dev'. Then went into directory 'PHP_Apps' where I have all my php apps installed and ran 'valet park...
Beria asked 31/1, 2017 at 16:4

2

Solved

I'm trying to install Laravel Valet, which requires php 7.1, but when i run brew install php71, I get the following error: ==> Pouring php71-7.1.10_21.high_sierra.bottle.tar.gz Error: The `brew...
Gatha asked 16/10, 2017 at 19:58

© 2022 - 2024 — McMap. All rights reserved.