Questions tagged [laravel-valet]

Valet is a Laravel development environment for Mac minimalists

Valet is a Laravel development environment for Mac minimalists. No Vagrant, no /etc/hosts file. You can even share your sites publicly using local tunnels.

Laravel Valet configures your Mac to always run Nginx in the background when your machine starts. Then, using DnsMasq, Valet proxies all requests on the *.test domain to point to sites installed on your local machine.

https://laravel.com/docs/master/valet

272 questions
0
votes
0 answers

Installing PHP7 with Homebrew on Mac

When I try to install PHP7 on Homebrew I get this error Sorry, I cannot run apxs. Possible reasons follow: 1. Perl is not installed 2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs 3. Apache was not built using…
R.Saif
  • 11
  • 1
  • 6
0
votes
1 answer

Laravel 4.2 + Laravel Valet + PHP 7 = Mcrypt PHP extension required

I've just installed Laravel Valet and it's awesome working with Laravel 5.2 but I need to work with a project made in Laravel 4.2 and I can't run any "php artisan" command that I have "Mcrypt PHP extension required." error! It does not happens with…
Gustavo Bissolli
  • 1,551
  • 3
  • 22
  • 36
0
votes
1 answer

Laravel Valet not working with Laravel

I have been trying to use Valet but I found a problem. I created a new Laravel 5.2 project but I can't access the public assets files. The only information I can tell is this error:
Notice: Undefined index: extension in…
tiagocardosoweb
  • 373
  • 3
  • 14
-1
votes
2 answers

"Warning: require_once(./cli/includes/require-drivers.php): Failed to open stream" when using custom Laravel Valet driver for Symfony project

I'm trying to create a custom Laravel Valet driver for a Symfony project as I need to handle asset files in a specific way. I've created the following ProjectValetDriver class in /.config/valet/Drivers
Alex
  • 778
  • 3
  • 12
  • 27
-1
votes
2 answers

Valet requires Homebrew to be installed on your Mac

I'm trying to install Valet following an official Laravel documentation. So I installed Homebrew first by using: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"` I can confirm it was installed by…
Deniss Muntjans
  • 369
  • 10
  • 35
-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

this site can't be reached with valet

i want domain can be load I've followed the proper installation but still can't, I followed the install method on this website. https://medium.com/@samimrezgui123/how-to-install-laravel-valet-on-windows-os-afdc23d69719
-1
votes
1 answer

Valet not working on kali linux. Redirecting to htdocs

I installed valet on Kali Linux, and pinged a test domain to make sure it's working which it is. However, after running valet park in the folder directory that I have my files. It redirects me to xampp dashboard whenever I access the route on the…
Dipo Deen
  • 11
  • 3
-1
votes
1 answer

Browser opens up blank and Laravel Dusk does not continue with tests on Ubuntu with Laravel Valet

Dusk Version: 6.17 Laravel Version: 8.5 PHP Version: 7.4.3 Database Driver & Version:mysql 8.0.26 Description: I am running laravel on Ubuntu along with laravel valet. My local domain is http://www.amlsuite24.test. I have installed Laravel Dusk with…
George
  • 89
  • 2
  • 9
-1
votes
2 answers

How to install Laravel Valet on Mac Mojave?

I'm trying to install Laravel Valet on my system using Homebrew. I'm on the step where I'm installing Composer. I'm trying to install it globally. After installing it says: Composer (version 2.0.12) successfully installed to:…
Ryan Sacks
  • 498
  • 1
  • 8
  • 38
-1
votes
1 answer

Issue when installing Laravel Valet

I am trying to install Laravel Valet. When i run the following: composer global require laravel/valet --update-with-all-dependencies It returns the following error: Your requirements could not be resolved to an installable set of packages. Problem…
-1
votes
1 answer

PHP parsing non existing config files

I'm using Laravel Valet and Homebrew. I'm not sure however if this question is a general PHP or Laravel specific. I have trouble setting up Xdebug and OCI8. In the process of elimination, I decided to remove it completely from my system. To my…
aurawindsurfing
  • 423
  • 4
  • 11
-1
votes
1 answer

Laravel Valet 404 Error When Trying to View Site

I just cloned a repo from GitHub for a Laravel site and running it locally on valet. I'm getting a 404 - Not Found error when I try to visit tmye local dev site, however I have the root folder in one of my valet paths directories, and have also…
Casey
  • 536
  • 2
  • 14
  • 28
-2
votes
1 answer

Why are WordPress backend styles not working on my local dev environment?

I work as a trainee Frontend Web Dev in a company, that develops custom WordPress themes. My local dev environment consists of Laravel Valet v2.16.0 and Webpack v5.52.1 combined with Laravel Mix v6.0.31 as a compiler. Currently we are developing…
Marco
  • 9
  • 5
-2
votes
3 answers

New Laravel Install - Cant find Controllers

I have a new Laravel project running Valet + (laravel 8.12). Controller: app->Http->Controllers->PageController.php
TAS1987
  • 71
  • 1
  • 12
1 2 3
18
19