Questions tagged [valet]
86 questions
1
vote
1 answer
Laravel Valet and wordpress subfolder installation
I want to use a Wordpress in my laravel installation.
For this i put it on /public/blog/*.
The goal is to access WP by https://mywebsite.test/blog/
The problem is : i can't reach my wordpress installation.
I'm using Valet on local. How to…

djoo
- 685
- 1
- 7
- 24
1
vote
1 answer
Can I use the same Redis server with multiple magento websites, by using different Redis database numbers on each website in valet plus?
I am using Valet+ for my Magento projects.
I have 1 Redis server (included with Valet+ by default) and 5 different Magento projects (websites).
Can I use the same Redis server with multiple websites, by using different Redis database numbers on each…

Han Li
- 41
- 5
1
vote
1 answer
Valet Plus Installation Problems - MacOS Catalina
I've had Valet Plus installed on my Mac for about 2 years with no problems. Then the other week it suddenly stopped working, I think after upgrading to Catalina, by saying the apcu_fetch() could not be found.
Thinking it was me that had screwed…

Jimmyb_1991
- 346
- 5
- 12
1
vote
1 answer
Valet-plus : how to install mcrypt with php7.2 or php7.1
Pre-Condition
Magento 2.2.6
Mac Os
Php7.1 or Php7.2
main.CRITICAL: Warning: Use of undefined constant MCRYPT_BLOWFISH -
assumed 'MCRYPT_BLOWFISH' (this will throw an Error in a future
version of PHP) in
…

anant prajapati
- 177
- 13
1
vote
2 answers
Elasticsearch\RuntimeException: Failed to JSON encode: 5 in file /Elasticsearch/Serializers/SmartSerializer.php on line 33
I am trying to run a project that uses elasticsearch on my computer. But at the point that the API. Queries something from elasticsearch I get the following error and the query does not execute:
Elasticsearch\Common\Exceptions\RuntimeException:…

TheDevWay
- 1,363
- 1
- 16
- 45
1
vote
1 answer
Laravel Valet Share Error: "dial tcp [...] no such host"
I just installed Laravel Valet. Everything works perfectly, except for the site sharing function.
After typing
valet share
Terminal returns the following output, right before Ngrok opens:
grep: /Users/myname/.config/valet/Nginx/myurl*: No such file…

Jeroen
- 21
- 3
1
vote
1 answer
fish: Unknown command valet
I'm trying to install Valet by iTerm Fish, but when start I get this error:
fish: Unknown command valet
Can anyone help me?

Wael Khalifa
- 895
- 7
- 17
1
vote
0 answers
Sequel Pro: Can't connect to MySQL server on '127.0.0.1' (61) using mariadb installed via homebrew
I'm trying to set up a wordpress environment. Using homebrew I've installed laravel valet and mariadb, and am using sequel pro to manage databases.
Right now, I can start mariadb using brew services start mariadb.
However, when I go to sequel pro…

Chris Shaugh
- 185
- 1
- 1
- 10
1
vote
0 answers
Connection refused on port 80 on Laravel Valet site
I've been trying get my Laravel Valet to work again (after working with Vagrant and vue-cli it stopped working). Have resinstalled it many times. Nothing else is running on port :80, and it doesn't help when changing the port to something else.…

Erica
- 11
- 4
1
vote
0 answers
Gulp v.4 CSS Inject Using BrowserSync not Working
I have a local server setup using Valet +. I have gulp v.4 setup with a gulpfile.js (see below) and I am trying to perform a watch function which creates a css inject as a default task. The sass compiling task works when the watch task triggers a…

Elysian Web Design
- 43
- 1
- 9
1
vote
0 answers
Configure Apache localhost to run with Laravel Valet installed
I just managed to get Laravel Valet installed and working on my machine running Mojave 10.14.2.
I'd like to use Valet for Laravel projects, however, I have other non-Laravel, non-php sites that I'd like to still be able to run using Apache…

Galen
- 41
- 1
- 8
1
vote
1 answer
How to make php-debug extension with Valet on Ubuntu - 502 Bad Gateway
I am debugging a simple index.php with parse errors:
Hello ';
$value = 0;
if($value == 0){
echo "true";
}else{
echo "false"
}
I have configured the php-debug/Xdebug on my Ubuntu, with the settings read…

mozpider
- 366
- 2
- 12
0
votes
0 answers
Laravel Valet how to change server timezone
I am using laravel valet on macOS as local development environment.
My setup:
laravel valet
Nginx
PHP
Mysql
Wordpress (CMS)
The server default timezone is my machine default timezone.
I want to set the timezone to be UTC. As I want all dates…

Kash
- 1,663
- 3
- 24
- 33
0
votes
0 answers
Laravel valet showing my old image instead of a new image with the same name
My Laravel valet showing my old image instead of a new image with the same name. I tried to delete the image, but i can still accessing it in valet server. But when i tried to running my app in laravel localhost (using php artisan serve), the image…

Rizki
- 3
- 2
0
votes
0 answers
phpinfo() shows imagemagick 7 but cli says imagemagick 6
using valet on mac. everything is working in valet for my laravel site, but i notice a slight pdf positioning difference after deploying the site via laravel forge. Server is Digital Ocean ubuntu 22.04, php 8.2, imagemagick 7. I'm thinking the cli…

azc666
- 1
- 1